KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Classes | Namespaces | Functions
point_output_process.py File Reference

Classes

class  point_output_process.PointOutputProcess
 This process writes results from a geometrical position (point) in the model to a file It first searches the entity containing the requested output location and then interpolates the requested variable(s) The output can be requested for elements, conditions and nodes. More...
 

Namespaces

 point_output_process
 

Functions

def point_output_process.Factory (settings, Model)
 
def point_output_process.GetFileHeader (search_config, entity_type, entity_id, point, output_variables)
 
def point_output_process.Interpolate (variable, entity, sf_values, historical_value)
 
def point_output_process.IsArrayVariable (var)