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.
constitutive_law_utilities.hpp
Go to the documentation of this file.
1 // KRATOS___
2 // // ) )
3 // // ___ ___
4 // // ____ //___) ) // ) )
5 // // / / // // / /
6 // ((____/ / ((____ ((___/ / MECHANICS
7 //
8 // License: geo_mechanics_application/license.txt
9 //
10 // Main authors: Anne van de Graaf,
11 // Wijtze Pieter Kikstra
12 //
13 
14 #pragma once
15 
16 // Project includes
17 #include "containers/variable.h"
18 
19 namespace Kratos
20 {
21 
22 class ConstitutiveLawUtilities
23 {
24 
25 public:
26 
27  static int GetStateVariableIndex(const Variable<double>& rThisVariable);
28 
29 }; /* Class ConstitutiveLawUtilities*/
30 
31 }
static int GetStateVariableIndex(const Variable< double > &rThisVariable)
Definition: constitutive_law_utilities.cpp:19
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21