OGS
ElasticTangentStiffnessModel.h
Go to the documentation of this file.
1
11#pragma once
12
15#include "TraitsBase.h"
16
18{
19namespace ConstitutiveStress_StrainTemperature
20{
21template <int DisplacementDim>
43
44extern template struct ElasticTangentStiffnessModel<2>;
45extern template struct ElasticTangentStiffnessModel<3>;
46} // namespace ConstitutiveStress_StrainTemperature
47} // namespace ProcessLib::ThermoRichardsMechanics
static ElasticTangentStiffnessModel create(SolidConstitutiveRelation< DisplacementDim > const &solid_material)
void eval(SpaceTimeData const &x_t, TemperatureData< DisplacementDim > const &T_data, ElasticTangentStiffnessData< DisplacementDim > &out) const