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.
Namespaces | Functions
constitutive_law.cpp File Reference
#include "includes/constitutive_law.h"
Include dependency graph for constitutive_law.cpp:

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 

Functions

 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, USE_ELEMENT_PROVIDED_STRAIN, 0)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, COMPUTE_STRESS, 1)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, COMPUTE_CONSTITUTIVE_TENSOR, 2)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, COMPUTE_STRAIN_ENERGY, 3)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, ISOCHORIC_TENSOR_ONLY, 4)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, VOLUMETRIC_TENSOR_ONLY, 5)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, MECHANICAL_RESPONSE_ONLY, 6)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, THERMAL_RESPONSE_ONLY, 7)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, INCREMENTAL_STRAIN_MEASURE, 8)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, INITIALIZE_MATERIAL_RESPONSE, 9)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, FINALIZE_MATERIAL_RESPONSE, 10)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, FINITE_STRAINS, 1)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, INFINITESIMAL_STRAINS, 2)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, THREE_DIMENSIONAL_LAW, 3)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, PLANE_STRAIN_LAW, 4)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, PLANE_STRESS_LAW, 5)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, AXISYMMETRIC_LAW, 6)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, U_P_LAW, 7)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, ISOTROPIC, 8)
 
 Kratos::KRATOS_CREATE_LOCAL_FLAG (ConstitutiveLaw, ANISOTROPIC, 9)