OGS
StressData.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 = StressData<DisplacementDim>;
25
26 return ProcessLib::Reflection::reflectWithName("sigma", &Self::sigma);
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 > sigma
Definition StressData.h:20