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 "custom_models/constitutive_model_data.hpp"
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveModelData, IMPLEX_ACTIVE, 0) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveModelData, STRAIN_COMPUTED, 1) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveModelData, STRESS_COMPUTED, 2) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveModelData, CONSTITUTIVE_MATRIX_COMPUTED, 3) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveModelData, PLASTIC_REGION, 4) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveModelData, PLASTIC_RATE_REGION, 5) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveModelData, RETURN_MAPPING_COMPUTED, 6) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveModelData, UPDATE_INTERNAL_VARIABLES, 7) | |