![]() |
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 "processes/process.h"#include "fem_to_dem_application_variables.h"#include "includes/define.h"#include "includes/kratos_flags.h"Go to the source code of this file.
Classes | |
| class | Kratos::RegeneratePfemPressureConditionsProcess< TDim > |
| Regenerates the pressure conditions for the PFEM coupling. More... | |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Typedefs | |
| typedef Properties | Kratos::PropertiesType |
| typedef Mesh< NodeType, PropertiesType, ElementType, ConditionType > | Kratos::MeshType |
| typedef PointerVector< MeshType > | Kratos::MeshesContainerType |
| typedef MeshType::ElementIterator | Kratos::ElementIterator |