OGS
ProcessLib::LargeDeformation::ConstitutiveRelations::StatefulData< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct ProcessLib::LargeDeformation::ConstitutiveRelations::StatefulData< DisplacementDim >

Data whose state must be tracked by the process.

Definition at line 23 of file ConstitutiveData.h.

#include <ConstitutiveData.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

StressData< DisplacementDim > stress_data
 

Member Function Documentation

◆ reflect()

template<int DisplacementDim>
static auto ProcessLib::LargeDeformation::ConstitutiveRelations::StatefulData< DisplacementDim >::reflect ( )
inlinestatic

Definition at line 27 of file ConstitutiveData.h.

28 {
29 using Self = StatefulData<DisplacementDim>;
30
31 return Reflection::reflectWithoutName(&Self::stress_data);
32 }
auto reflectWithoutName(Accessors &&... accessors)

References ProcessLib::Reflection::reflectWithoutName().

Member Data Documentation

◆ stress_data


The documentation for this struct was generated from the following file: