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.h"
Go to the source code of this file.
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Variables | |
constexpr SizeType | Kratos::N_DIM_3D = 3 |
constexpr SizeType | Kratos::N_DIM_2D = 2 |
constexpr SizeType | Kratos::N_DIM_1D = 1 |
constexpr double | Kratos::TINY = 1.0e-60 |
constexpr double | Kratos::LARGE = 1.0e10 |
constexpr double | Kratos::PORE_PRESSURE_SIGN_FACTOR = 1.0 |
constexpr SizeType | Kratos::STRESS_TENSOR_SIZE_2D = 3 |
constexpr SizeType | Kratos::STRESS_TENSOR_SIZE_3D = 3 |
constexpr SizeType | Kratos::VOIGT_SIZE_3D = 6 |
constexpr SizeType | Kratos::VOIGT_SIZE_2D_PLANE_STRESS = 3 |
constexpr SizeType | Kratos::VOIGT_SIZE_2D_PLANE_STRAIN = 4 |
constexpr SizeType | Kratos::VOIGT_SIZE_2D_AXISYMMETRIC = 4 |
constexpr SizeType | Kratos::VOIGT_SIZE_2D_INTERFACE = 2 |
constexpr SizeType | Kratos::VOIGT_SIZE_3D_INTERFACE = 3 |