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

Detailed Description

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

Data whose state must be tracked by the process.

Definition at line 24 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::SmallDeformation::ConstitutiveRelations::StatefulData< DisplacementDim >::reflect ( )
inlinestatic

Definition at line 28 of file ConstitutiveData.h.

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

References ProcessLib::Reflection::reflectWithoutName().

Member Data Documentation

◆ stress_data


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