OGS
ProcessLib::ConstitutiveRelations::StressData< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct ProcessLib::ConstitutiveRelations::StressData< DisplacementDim >

Definition at line 18 of file StressData.h.

#include <StressData.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

MathLib::KelvinVector::KelvinVectorType< DisplacementDim > sigma
 

Member Function Documentation

◆ reflect()

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

Definition at line 22 of file StressData.h.

23 {
24 using Self = StressData<DisplacementDim>;
25
26 return ProcessLib::Reflection::reflectWithName("sigma", &Self::sigma);
27 }
auto reflectWithName(std::string name, Member Class::*member)

References ProcessLib::Reflection::reflectWithName().

Member Data Documentation

◆ sigma


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