|
|
| GenericMaterialState () |
| | Constructor.
|
|
virtual | ~GenericMaterialState ()=default |
| | Destructor.
|
| const Scalar | displacement (unsigned dirIdx) const |
| | Return direction (x-, y- or z-) component of displacement.
|
| void | setDisplacement (unsigned dirIdx, const Scalar value) |
| | Set a direction (x-, y- or z-) component of displacement.
|
| template<class MaterialState> |
| void | assign (const MaterialState &ms) |
| | Assign from another material state container.
|
|
void | checkDefined () const |
| | Instruct Valgrind to check the definedness of all attributes of this class.
|
|
|
std::array< Scalar, 3 > | displacement_ {} |
◆ assign()
template<class Scalar>
template<class MaterialState>
Assign from another material state container.
- Parameters
-
| ms | Incoming material state container |
◆ displacement()
Return direction (x-, y- or z-) component of displacement.
- Parameters
-
| dirIdx | Direction component index |
◆ setDisplacement()
Set a direction (x-, y- or z-) component of displacement.
- Parameters
-
| dirIdx | Direction component index |
| value | Displacement value |
The documentation for this class was generated from the following file: