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 "includes/define_python.h"
#include "includes/kratos_parameters.h"
#include "add_kratos_parameters_to_python.h"
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::Python | |
Functions | |
pybind11::list | Kratos::Python::items (Parameters const &self) |
pybind11::list | Kratos::Python::keys (Parameters const &self) |
pybind11::list | Kratos::Python::values (Parameters const &self) |
template<class T > | |
void | Kratos::Python::Append (Parameters &rParameters, const T &obj) |
Parameters | Kratos::Python::GetValue (Parameters &rParameters, const std::string &rEntry) |
Parameters | Kratos::Python::GetArrayItem (Parameters &rParameters, const std::size_t Index) |
void | Kratos::Python::AddKratosParametersToPython (pybind11::module &m) |