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.
|
This process allows to do a simple mapping using the SimpleMortarMapperProcess. More...
Public Member Functions | |
def | __init__ (self, Model, settings) |
The default constructor of the class. More... | |
def | ExecuteInitializeSolutionStep (self) |
This method is executed in order to initialize the current step. More... | |
Public Attributes | |
interval | |
origin_model_part | |
destination_model_part | |
mapper | |
step_is_active | |
This process allows to do a simple mapping using the SimpleMortarMapperProcess.
Only the member variables listed below should be accessed directly. Public member variables: Model -- the container of the different model parts. settings -- Kratos parameters containing solver settings.
def basic_mapping_process.BasicMappingProcess.__init__ | ( | self, | |
Model, | |||
settings | |||
) |
The default constructor of the class.
Keyword arguments: self -- It signifies an instance of a class. Model -- the container of the different model parts. settings -- Kratos parameters containing solver settings.
def basic_mapping_process.BasicMappingProcess.ExecuteInitializeSolutionStep | ( | self | ) |
This method is executed in order to initialize the current step.
Keyword arguments: self -- It signifies an instance of a class.
basic_mapping_process.BasicMappingProcess.destination_model_part |
basic_mapping_process.BasicMappingProcess.interval |
basic_mapping_process.BasicMappingProcess.mapper |
basic_mapping_process.BasicMappingProcess.origin_model_part |
basic_mapping_process.BasicMappingProcess.step_is_active |