![]() |
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.
|
Namespaces | |
| kratos_globals | |
| python_registry | |
| python_registry_lists | |
| python_registry_utilities | |
Classes | |
| class | KratosPaths |
Functions | |
| def | __getattr__ (name) |
| def | IsDistributedRun () |
| def | iter_wrapper (self) |
Variables | |
| def | KratosGlobals = __ModuleInitDetail() |
| Registry = python_registry.PythonRegistry() | |
| RegisterPrototype = python_registry.RegisterPrototype | |
| def | python_version = KratosGlobals.Kernel.PythonVersion() |
| def | kratos_version_info = python_version.split(".") |
| list | list_deprecation_warnings = [] |
| orig_iter = Parameters.__iter__ | |
| def python_interface.__getattr__ | ( | name | ) |
| def python_interface.IsDistributedRun | ( | ) |
| def python_interface.iter_wrapper | ( | self | ) |
| def python_interface.kratos_version_info = python_version.split(".") |
| def python_interface.KratosGlobals = __ModuleInitDetail() |
| list python_interface.list_deprecation_warnings = [] |
| python_interface.orig_iter = Parameters.__iter__ |
| def python_interface.python_version = KratosGlobals.Kernel.PythonVersion() |
| python_interface.RegisterPrototype = python_registry.RegisterPrototype |