OGS
ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
10#include "TraitsBase.h"
11
13{
15{
16template <int DisplacementDim>
38
39extern template struct ElasticTangentStiffnessModel<2>;
40extern template struct ElasticTangentStiffnessModel<3>;
41} // namespace ConstitutiveStress_StrainTemperature
42} // namespace ProcessLib::ThermoRichardsMechanics
void eval(SpaceTimeData const &x_t, TemperatureData< DisplacementDim > const &T_data, ElasticTangentStiffnessData< DisplacementDim > &out) const