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

Detailed Description

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

Data that is needed for output purposes, but not directly for the assembly.

Definition at line 52 of file ConstitutiveData.h.

#include <ConstitutiveData.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

StrainData< DisplacementDim > eps_data
 
DeformationGradientData< DisplacementDim > deformation_gradient_data
 

Member Function Documentation

◆ reflect()

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

Definition at line 57 of file ConstitutiveData.h.

58 {
59 using Self = OutputData<DisplacementDim>;
60
61 return Reflection::reflectWithoutName(&Self::eps_data,
62 &Self::deformation_gradient_data);
63 }
auto reflectWithoutName(Accessors &&... accessors)

References ProcessLib::Reflection::reflectWithoutName().

Member Data Documentation

◆ deformation_gradient_data

◆ eps_data


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