![]() |
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.
|
Classes | |
| class | CheckAndPrepareModelProcess |
| All the processes python should be derived from "Process". More... | |
Functions | |
| def | StartTimeMeasuring () |
| This function starts time calculation. More... | |
| def | StopTimeMeasuring (time_ip, process, report) |
| This function ends time calculation. More... | |
| def | Factory (settings, Model) |
| This function creates the process. More... | |
| def pfem_check_and_prepare_fluid_model_process.Factory | ( | settings, | |
| Model | |||
| ) |
This function creates the process.
| def pfem_check_and_prepare_fluid_model_process.StartTimeMeasuring | ( | ) |
This function starts time calculation.
| def pfem_check_and_prepare_fluid_model_process.StopTimeMeasuring | ( | time_ip, | |
| process, | |||
| report | |||
| ) |
This function ends time calculation.