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.
|
SwapCoordinatesAndOffsetIdsProcess. More...
Public Member Functions | |
def | __init__ (self, model, settings) |
Constructor of the class. More... | |
def | ExecuteBeforeSolutionLoop (self) |
Perform the transformation before printing the initial mesh. More... | |
def | ExecuteInitializeSolutionStep (self) |
Undo the transformation after the initial mesh is printed. More... | |
def | ExecuteBeforeOutputStep (self) |
Offset the Ids. More... | |
def | ExecuteAfterOutputStep (self) |
Restore the Ids offset. More... | |
Public Attributes | |
model_part | |
nodes_ids_offset | |
elements_ids_offset | |
conditions_ids_offset | |
properties_ids_offset | |
execute_initialize_solution_step_is_called | |
SwapCoordinatesAndOffsetIdsProcess.
This process offsets the ids in order to differentiate several model parts at post-processing level.
def offset_ids_process.OffsetIdsProcess.__init__ | ( | self, | |
model, | |||
settings | |||
) |
Constructor of the class.
def offset_ids_process.OffsetIdsProcess.ExecuteAfterOutputStep | ( | self | ) |
Restore the Ids offset.
def offset_ids_process.OffsetIdsProcess.ExecuteBeforeOutputStep | ( | self | ) |
Offset the Ids.
def offset_ids_process.OffsetIdsProcess.ExecuteBeforeSolutionLoop | ( | self | ) |
Perform the transformation before printing the initial mesh.
def offset_ids_process.OffsetIdsProcess.ExecuteInitializeSolutionStep | ( | self | ) |
Undo the transformation after the initial mesh is printed.
offset_ids_process.OffsetIdsProcess.conditions_ids_offset |
offset_ids_process.OffsetIdsProcess.elements_ids_offset |
offset_ids_process.OffsetIdsProcess.execute_initialize_solution_step_is_called |
offset_ids_process.OffsetIdsProcess.model_part |
offset_ids_process.OffsetIdsProcess.nodes_ids_offset |
offset_ids_process.OffsetIdsProcess.properties_ids_offset |