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 class is used in order to compute the a mortar mesh tying formulation. More...
Public Member Functions | |
def | __init__ (self, Model, settings) |
The default constructor of the class. More... | |
def | ExecuteInitialize (self) |
This method is executed at the begining to initialize the process. More... | |
def | ExecuteBeforeSolutionLoop (self) |
This method is executed before starting the time loop. More... | |
def | ExecuteInitializeSolutionStep (self) |
This method is executed in order to initialize the current step. More... | |
def | ExecuteFinalizeSolutionStep (self) |
This method is executed in order to finalize the current step. More... | |
def | ExecuteBeforeOutputStep (self) |
This method is executed right before the ouput process computation. More... | |
def | ExecuteAfterOutputStep (self) |
This method is executed right after the ouput process computation. More... | |
def | ExecuteFinalize (self) |
This method is executed in order to finalize the current computation. More... | |
Public Attributes | |
mesh_tying_settings | |
variable_name | |
type_variable | |
consider_static_condensation | |
scale_factor | |
scale_factor_process | |
assign_elements_conditions_process | |
Public Attributes inherited from search_base_process.SearchBaseProcess | |
settings | |
model | |
main_model_part | |
dimension | |
database_step | |
interval | |
preprocess | |
search_model_part | |
count_search_model_part | |
find_nodal_h | |
search_utility_list | |
We recompute the search factor and the check in function of the relative size of the mesh. More... | |
interface_preprocess | |
predefined_master_slave | |
This class is used in order to compute the a mortar mesh tying formulation.
This class constructs the model parts containing the mesh tying conditions and initializes parameters and variables related with the mesh tying. The class creates search utilities to be used to create the tying pairs Only the member variables listed below should be accessed directly. Public member variables: Model -- the model used to construct the process. settings -- Kratos parameters containing solver settings.
def mesh_tying_process.MeshTyingProcess.__init__ | ( | self, | |
Model, | |||
settings | |||
) |
The default constructor of the class.
Keyword arguments: self -- It signifies an instance of a class. Model -- the model part used to construct the process. settings -- Kratos parameters containing solver settings.
Reimplemented from search_base_process.SearchBaseProcess.
def mesh_tying_process.MeshTyingProcess.ExecuteAfterOutputStep | ( | self | ) |
This method is executed right after the ouput process computation.
Keyword arguments: self -- It signifies an instance of a class.
Reimplemented from search_base_process.SearchBaseProcess.
def mesh_tying_process.MeshTyingProcess.ExecuteBeforeOutputStep | ( | self | ) |
This method is executed right before the ouput process computation.
Keyword arguments: self -- It signifies an instance of a class.
Reimplemented from search_base_process.SearchBaseProcess.
def mesh_tying_process.MeshTyingProcess.ExecuteBeforeSolutionLoop | ( | self | ) |
This method is executed before starting the time loop.
Keyword arguments: self -- It signifies an instance of a class.
Reimplemented from search_base_process.SearchBaseProcess.
def mesh_tying_process.MeshTyingProcess.ExecuteFinalize | ( | self | ) |
This method is executed in order to finalize the current computation.
Keyword arguments: self -- It signifies an instance of a class.
Reimplemented from search_base_process.SearchBaseProcess.
def mesh_tying_process.MeshTyingProcess.ExecuteFinalizeSolutionStep | ( | self | ) |
This method is executed in order to finalize the current step.
Keyword arguments: self -- It signifies an instance of a class.
Reimplemented from search_base_process.SearchBaseProcess.
def mesh_tying_process.MeshTyingProcess.ExecuteInitialize | ( | self | ) |
This method is executed at the begining to initialize the process.
Keyword arguments: self -- It signifies an instance of a class.
Reimplemented from search_base_process.SearchBaseProcess.
def mesh_tying_process.MeshTyingProcess.ExecuteInitializeSolutionStep | ( | self | ) |
This method is executed in order to initialize the current step.
Keyword arguments: self -- It signifies an instance of a class.
Reimplemented from search_base_process.SearchBaseProcess.
mesh_tying_process.MeshTyingProcess.assign_elements_conditions_process |
mesh_tying_process.MeshTyingProcess.consider_static_condensation |
mesh_tying_process.MeshTyingProcess.mesh_tying_settings |
mesh_tying_process.MeshTyingProcess.scale_factor |
mesh_tying_process.MeshTyingProcess.scale_factor_process |
mesh_tying_process.MeshTyingProcess.type_variable |
mesh_tying_process.MeshTyingProcess.variable_name |