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 | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::Python | |
Functions | |
template<class TContainerType , class TVariableType > | |
void | Kratos::Python::AddNonHistoricalVariableCheck (pybind11::module &m) |
template<class TContainerType , typename... args> | |
void | Kratos::Python::AddNonHistoricalVariableCheckFolder (pybind11::module &m) |
template<class TContainerType > | |
void | Kratos::Python::AddNonHistoricalVariableCheck (pybind11::module &m) |
template<class TContainerType , class TVariableType > | |
void | Kratos::Python::AddHistoricalVariableCheck (pybind11::module &m) |
template<class TContainerType , typename... args> | |
void | Kratos::Python::AddHistoricalVariableCheckFolder (pybind11::module &m) |
template<class TContainerType > | |
void | Kratos::Python::AddHistoricalVariableCheck (pybind11::module &m) |
void | Kratos::Python::AddMPIDebugUtilitiesToPython (pybind11::module &m) |