OGS
MaterialState.h
Go to the documentation of this file.
1
11#pragma once
12
14
16{
17template <int DisplacementDim>
19{
21 DisplacementDim>::MaterialStateVariables;
22
23public:
24 explicit MaterialStateData(std::unique_ptr<MSV>&& material_state_variables)
26 {
27 }
28
29 void pushBackState() { material_state_variables->pushBackState(); }
30
31 std::unique_ptr<MSV> material_state_variables;
32};
33} // namespace ProcessLib::ThermoRichardsMechanics
MaterialStateData(std::unique_ptr< MSV > &&material_state_variables)
typename MaterialLib::Solids::MechanicsBase< DisplacementDim >::MaterialStateVariables MSV