OGS
ThermoRichardsMechanicsProcessData.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <Eigen/Core>
14#include <memory>
15#include <utility>
16
17#include "BaseLib/StrongType.h"
21
22namespace ProcessLib
23{
24namespace ThermoRichardsMechanics
25{
29
30template <int DisplacementDim, typename ConstitutiveTraits>
63
64} // namespace ThermoRichardsMechanics
65} // namespace ProcessLib
std::map< int, std::shared_ptr< typename ConstitutiveTraits::SolidConstitutiveRelation > > solid_materials
The constitutive relation for the mechanical part.