OGS
StrainData.h
Go to the documentation of this file.
1
10#pragma once
11
14
16{
17template <int DisplacementDim>
19{
21
22 static auto reflect()
23 {
24 using Self = StrainData<DisplacementDim>;
25
26 return ProcessLib::Reflection::reflectWithName("epsilon", &Self::eps);
27 }
28};
29} // namespace ProcessLib::ConstitutiveRelations
Eigen::Matrix< double, kelvin_vector_dimensions(DisplacementDim), 1, Eigen::ColMajor > KelvinVectorType
auto reflectWithName(std::string name, Member Class::*member)
MathLib::KelvinVector::KelvinVectorType< DisplacementDim > eps
Definition StrainData.h:20