![]() |
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 <string>#include <iostream>#include "includes/define.h"#include "includes/kratos_application.h"#include "includes/element.h"Go to the source code of this file.
Classes | |
| class | Kratos::KratosMeshingApplication |
| Short class definition. More... | |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Enumerations | |
Enum's | |
| enum class | Kratos::MMGLibrary { Kratos::MMG2D = 0 , Kratos::MMG3D = 1 , Kratos::MMGS = 2 } |
| This enum defines the type of MMG libray used. More... | |
| enum class | Kratos::PMMGLibrary { Kratos::PMMG3D = 1 } |
| This enum defines the type of PMMG libray used. More... | |
| enum class | Kratos::FrameworkEulerLagrange { Kratos::EULERIAN = 0 , Kratos::LAGRANGIAN = 1 , Kratos::ALE = 2 } |
| This enums allows to differentiate the working framework. More... | |
| enum class | Kratos::DiscretizationOption { Kratos::STANDARD = 0 , Kratos::LAGRANGIAN = 1 , Kratos::ISOSURFACE = 2 } |
| This enums allows to differentiate the discretization options. More... | |