![]() |
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 deactivates elements according to a defined integration point variable threshold. More...
Public Member Functions | |
| def | __init__ (self, Model, settings) |
| The default constructor of the class Keyword arguments: self – It signifies an instance of a class. More... | |
| def | ExecuteFinalizeSolutionStep (self) |
Public Attributes | |
| model_part | |
| process | |
This process deactivates elements according to a defined integration point variable threshold.
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 element_deactivation_process.ElementDeactivationProcess.__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 element_deactivation_process.ElementDeactivationProcess.ExecuteFinalizeSolutionStep | ( | self | ) |
| element_deactivation_process.ElementDeactivationProcess.model_part |
| element_deactivation_process.ElementDeactivationProcess.process |