OGS
|
Definition at line 74 of file SolidMaterialInternalToSecondaryVariables.h.
#include <SolidMaterialInternalToSecondaryVariables.h>
Public Member Functions | |
template<typename LocalAssemblerInterface > | |
InternalVariable const * | findInternalVariable (LocalAssemblerInterface const &loc_asm) const |
Public Attributes | |
std::vector< std::pair< int, InternalVariable > > | mat_iv_collection |
int | num_components |
bool | material_id_independent |
|
inline |
Definition at line 77 of file SolidMaterialInternalToSecondaryVariables.h.
References ProcessLib::Deformation::InternalVariablesCollection< InternalVariable >::mat_iv_collection, ProcessLib::Deformation::InternalVariablesCollection< InternalVariable >::material_id_independent, and ProcessLib::Deformation::InternalVariablesCollection< InternalVariable >::num_components.
std::vector<std::pair<int, InternalVariable> > ProcessLib::Deformation::InternalVariablesCollection< InternalVariable >::mat_iv_collection |
Definition at line 99 of file SolidMaterialInternalToSecondaryVariables.h.
Referenced by ProcessLib::Deformation::InternalVariablesCollection< InternalVariable >::findInternalVariable().
bool ProcessLib::Deformation::InternalVariablesCollection< InternalVariable >::material_id_independent |
Definition at line 101 of file SolidMaterialInternalToSecondaryVariables.h.
Referenced by ProcessLib::Deformation::InternalVariablesCollection< InternalVariable >::findInternalVariable().
int ProcessLib::Deformation::InternalVariablesCollection< InternalVariable >::num_components |
Definition at line 100 of file SolidMaterialInternalToSecondaryVariables.h.
Referenced by ProcessLib::Deformation::InternalVariablesCollection< InternalVariable >::findInternalVariable().