OGS
EffectiveStressData.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
29 &Self::sigma_eff);
30 }
31};
32
33} // 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 > sigma_eff