#include <VonMises.h>
◆ VonMisesModelStateVarManager()
Marmot::Materials::VonMisesModel::VonMisesModelStateVarManager::VonMisesModelStateVarManager |
( |
double * |
theStateVarVector | ) |
|
|
inline |
◆ layout
const auto Marmot::Materials::VonMisesModel::VonMisesModelStateVarManager::layout |
|
inlinestatic |
Initial value:
{ .name = "kappa", .length = 1 },
} )
◆ kappa
double& Marmot::Materials::VonMisesModel::VonMisesModelStateVarManager::kappa |
The documentation for this class was generated from the following file:
- modules/materials/VonMises/include/Marmot/VonMises.h
static StateVarVectorLayout makeLayout(const std::vector< StateVarEntryDefinition > &theEntries)
generate the statevar vector layout from a list of entries, defined by name and length
Definition: MarmotStateVarVectorManager.h:74