![]() |
OGS
|
|
Helper type for providing access to internal variables.
Definition at line 103 of file MechanicsBase.h.
#include <MechanicsBase.h>
Public Types | |
| using | Getter |
| using | WriteAccess |
Public Attributes | |
| std::string const | name |
| name of the internal variable | |
| int const | num_components |
| number of components of the internal variable | |
| Getter const | getter |
| function accessing the internal variable | |
| WriteAccess const | reference |
| function accessing the internal variable | |
| using MaterialLib::Solids::MechanicsBase< DisplacementDim >::InternalVariable::Getter |
Definition at line 105 of file MechanicsBase.h.
| using MaterialLib::Solids::MechanicsBase< DisplacementDim >::InternalVariable::WriteAccess |
Definition at line 107 of file MechanicsBase.h.
| Getter const MaterialLib::Solids::MechanicsBase< DisplacementDim >::InternalVariable::getter |
function accessing the internal variable
Definition at line 117 of file MechanicsBase.h.
| std::string const MaterialLib::Solids::MechanicsBase< DisplacementDim >::InternalVariable::name |
name of the internal variable
Definition at line 111 of file MechanicsBase.h.
| int const MaterialLib::Solids::MechanicsBase< DisplacementDim >::InternalVariable::num_components |
number of components of the internal variable
Definition at line 114 of file MechanicsBase.h.
| WriteAccess const MaterialLib::Solids::MechanicsBase< DisplacementDim >::InternalVariable::reference |
function accessing the internal variable
Definition at line 120 of file MechanicsBase.h.