OGS
ProcessLib::TH2M::ConstitutiveRelations::TotalStressData< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct ProcessLib::TH2M::ConstitutiveRelations::TotalStressData< DisplacementDim >

Definition at line 24 of file TotalStress.h.

#include <TotalStress.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

KelvinVector< DisplacementDim > sigma_total = KV::KVnan<DisplacementDim>()
 

Member Function Documentation

◆ reflect()

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

Definition at line 28 of file TotalStress.h.

29 {
30 using Self = TotalStressData<DisplacementDim>;
31
32 return ProcessLib::Reflection::reflectWithName("sigma_total",
33 &Self::sigma_total);
34 }
auto reflectWithName(std::string name, Member Class::*member)

References ProcessLib::Reflection::reflectWithName().

Member Data Documentation

◆ sigma_total


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