![]() |
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.
|
#include <numeric>#include <pybind11/stl.h>#include <pybind11/operators.h>#include "add_expression_io_to_python.h"#include "expression/arithmetic_operators.h"#include "expression/c_array_expression_io.h"#include "expression/container_expression.h"#include "expression/expression_utils.h"#include "includes/define_python.h"#include "numpy_utils.h"#include "add_container_expression_to_python.h"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::Python | |
Functions | |
| template<class TContainerType > | |
| void | Kratos::Python::AddContainerExpressionToPython (pybind11::module &m, const std::string &rName) |
| template<class TContainerType > | |
| void | Kratos::Python::AddContainerExpressionUtilsToPython (pybind11::module &m, const std::string &rName) |
| void | Kratos::Python::AddContainerExpressionToPython (pybind11::module &m) |