OGS
|
Holds meta data describing a variable that can be passed from OGS to MFront.
For the description of the parameter Derived
please see Strain below.
Definition at line 27 of file Variable.h.
#include <Variable.h>
Static Public Member Functions | |
template<int DisplacementDim> | |
static constexpr std::size_t | size () |
The number of components of the variable. | |
template<int DisplacementDim> | |
static constexpr std::size_t | rows () |
The number of rows of the variable. | |
template<int DisplacementDim> | |
static constexpr std::size_t | cols () |
The number of columns of the variable. | |
|
inlinestaticconstexpr |
The number of columns of the variable.
Definition at line 57 of file Variable.h.
Referenced by MaterialLib::Solids::MFront::Variable< Derived >::size().
|
inlinestaticconstexpr |
The number of rows of the variable.
Definition at line 38 of file Variable.h.
References MathLib::KelvinVector::kelvin_vector_dimensions(), and MaterialPropertyLib::tensorSize().
Referenced by MaterialLib::Solids::MFront::Variable< Derived >::size().
|
inlinestaticconstexpr |
The number of components of the variable.
Definition at line 31 of file Variable.h.
References MaterialLib::Solids::MFront::Variable< Derived >::cols(), and MaterialLib::Solids::MFront::Variable< Derived >::rows().