![]() |
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 | |
| class | BaseCouplingInterfaceData |
| This class serves as interface to the data structure (Model and ModelPart) that holds the data used during CoSimulation. More... | |
| class | CouplingInterfaceData |
| This class serves as interface to the data structure (Model and ModelPart) that holds the data used during CoSimulation. More... | |
Functions | |
| def | GetValue (entity, variable) |
| def | GetSolutionStepValue (entity, variable, solution_step_index) |
| def | SetValue (entity, variable, value) |
| def | SetSolutionStepValue (entity, variable, solution_step_index, value) |
| def | GetNumpyDataType (variable_type) |
| def coupling_interface_data.GetNumpyDataType | ( | variable_type | ) |
| def coupling_interface_data.GetSolutionStepValue | ( | entity, | |
| variable, | |||
| solution_step_index | |||
| ) |
| def coupling_interface_data.GetValue | ( | entity, | |
| variable | |||
| ) |
| def coupling_interface_data.SetSolutionStepValue | ( | entity, | |
| variable, | |||
| solution_step_index, | |||
| value | |||
| ) |
| def coupling_interface_data.SetValue | ( | entity, | |
| variable, | |||
| value | |||
| ) |