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
8#include "TraitsBase.h"
9
11{
13{
14template <int DisplacementDim>
36
37extern template struct ElasticTangentStiffnessModel<2>;
38extern template struct ElasticTangentStiffnessModel<3>;
39} // namespace ConstitutiveStress_StrainTemperature
40} // namespace ProcessLib::ThermoRichardsMechanics
void eval(SpaceTimeData const &x_t, TemperatureData< DisplacementDim > const &T_data, ElasticTangentStiffnessData< DisplacementDim > &out) const