![]() |
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 <pybind11/complex.h>#include "includes/define_python.h"#include "includes/ublas_interface.h"#include "includes/ublas_complex_interface.h"#include "containers/array_1d.h"#include "python/add_vector_to_python.h"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::Python | |
Functions | |
| template<typename TVectorType > | |
| py::class_< TVectorType > | Kratos::Python::CreateVectorInterface (pybind11::module &m, std::string Name) |
| template<std::size_t TSize> | |
| void | Kratos::Python::CreateArray1DInterface (pybind11::module &m, const std::string &Name) |
| void | Kratos::Python::AddVectorToPython (pybind11::module &m) |