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