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
coupling_interface_data.py File Reference

Classes

class  coupling_interface_data.BaseCouplingInterfaceData
 This class serves as interface to the data structure (Model and ModelPart) that holds the data used during CoSimulation. More...
 
class  coupling_interface_data.CouplingInterfaceData
 This class serves as interface to the data structure (Model and ModelPart) that holds the data used during CoSimulation. More...
 

Namespaces

 coupling_interface_data
 

Functions

def coupling_interface_data.GetValue (entity, variable)
 
def coupling_interface_data.GetSolutionStepValue (entity, variable, solution_step_index)
 
def coupling_interface_data.SetValue (entity, variable, value)
 
def coupling_interface_data.SetSolutionStepValue (entity, variable, solution_step_index, value)
 
def coupling_interface_data.GetNumpyDataType (variable_type)