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 helps to measure the time consumed on the simulations. More...
Public Member Functions | |
def | __init__ (self, Model, settings) |
The default constructor of the class. More... | |
def | ExecuteFinalize (self) |
This function is designed for being called at the end of the computations. More... | |
Public Attributes | |
interval_name | |
output_filename | |
timer | |
This process helps to measure the time consumed on the simulations.
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 timer_process.TimerProcess.__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 timer_process.TimerProcess.ExecuteFinalize | ( | self | ) |
This function is designed for being called at the end of the computations.
Keyword arguments: self -- It signifies an instance of a class.
timer_process.TimerProcess.interval_name |
timer_process.TimerProcess.output_filename |
timer_process.TimerProcess.timer |