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

Detailed Description

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

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

Definition at line 53 of file ConstitutiveData.h.

#include <ConstitutiveData.h>

Collaboration diagram for ProcessLib::SmallDeformation::ConstitutiveRelations::OutputData< DisplacementDim >:
[legend]

Static Public Member Functions

static auto reflect ()
 

Public Attributes

StrainData< DisplacementDim > eps_data
 
FreeEnergyDensityData free_energy_density_data
 

Member Function Documentation

◆ reflect()

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

Definition at line 58 of file ConstitutiveData.h.

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

References ProcessLib::Reflection::reflectWithoutName().

Member Data Documentation

◆ eps_data

◆ free_energy_density_data


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