![]() |
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.
|
Functions | |
| def | run_stages (project_path, n_stages) |
| Run all construction stages. More... | |
Variables | |
| n_stages = int(sys.argv[2]) | |
| project_path = sys.argv[1] | |
| def run_multiple_stages.run_stages | ( | project_path, | |
| n_stages | |||
| ) |
Run all construction stages.
:param project_path: :param n_stages: :return:
| run_multiple_stages.n_stages = int(sys.argv[2]) |
| run_multiple_stages.project_path = sys.argv[1] |