Loading [MathJax]/jax/input/TeX/config.js
OGS
MechanicalStrainData.h
Go to the documentation of this file.
1
10#pragma once
11
14
16{
17template <int DisplacementDim>
19{
20 // TODO it seems fragile that some data have to be initialized that way.
23
24 static auto reflect()
25 {
27
28 return ProcessLib::Reflection::reflectWithName("eps_m", &Self::eps_m);
29 }
30};
31
32} // namespace ProcessLib::ConstitutiveRelations
Eigen::Matrix< double, kelvin_vector_dimensions(DisplacementDim), 1, Eigen::ColMajor > KelvinVectorType
constexpr auto KVzero()
Returns an expressions for a Kelvin vector filled with zero.
auto reflectWithName(std::string name, Member Class::*member)
MathLib::KelvinVector::KelvinVectorType< DisplacementDim > eps_m