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>
37
38extern template struct ElasticTangentStiffnessModel<2>;
39extern template struct ElasticTangentStiffnessModel<3>;
40} // namespace ConstitutiveStress_StrainTemperature
41} // namespace ProcessLib::ThermoRichardsMechanics
void eval(SpaceTimeData const &x_t, TemperatureData< DisplacementDim > const &T_data, ElasticTangentStiffnessData< DisplacementDim > &out) const