OGS
ProcessLib::ThermoRichardsMechanics::TotalStressData< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct ProcessLib::ThermoRichardsMechanics::TotalStressData< DisplacementDim >

Definition at line 19 of file TotalStressData.h.

#include <TotalStressData.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

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

Member Function Documentation

◆ reflect()

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

Definition at line 26 of file TotalStressData.h.

27 {
28 using Self = TotalStressData<DisplacementDim>;
29
30 return ProcessLib::Reflection::reflectWithName("sigma_total",
31 &Self::sigma_total);
32 }
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: