![]() |
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/pybind11.h>#include <cstring>#include "includes/define.h"#include "includes/condition.h"#include "includes/node.h"#include "includes/variables.h"#include "includes/mesh.h"#include "includes/element.h"#include "includes/properties.h"#include "python/add_mesh_to_python.h"#include "python/pointer_vector_set_python_interface.h"#include "python/variable_indexing_python.h"#include "custom_python/add_custom_conditions_to_python.h"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::Python | |
Typedefs | |
| typedef Condition | Kratos::Python::ConditionBaseType |
Functions | |
| void | Kratos::Python::AddCustomConditionsToPython (pybind11::module &m) |