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 "solid_mechanics_application_variables.h"
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Typedefs | |
Type Definitions | |
typedef array_1d< double, 3 > | Kratos::VectorType |
typedef Variable< VectorType > | Kratos::VariableVectorType |
typedef Variable< double > | Kratos::VariableScalarType |
typedef Variable< double > | Kratos::VariableComponentType |
typedef TimeIntegrationMethodsContainer< VariableVectorType, double > | Kratos::VectorTimeIntegrationContainerType |
typedef VectorTimeIntegrationContainerType::Pointer | Kratos::VectorTimeIntegrationContainerPointerType |
typedef TimeIntegrationMethodsContainer< VariableScalarType, double > | Kratos::ScalarTimeIntegrationContainerType |
typedef ScalarTimeIntegrationContainerType::Pointer | Kratos::ScalarTimeIntegrationContainerPointerType |
typedef TimeIntegrationMethodsContainer< VariableComponentType, double > | Kratos::ComponentTimeIntegrationContainerType |
typedef ComponentTimeIntegrationContainerType::Pointer | Kratos::ComponentTimeIntegrationContainerPointerType |