OGS
Base.h
Go to the documentation of this file.
1
9
10#pragma once
11
12#include "BaseLib/StrongType.h"
18
20{
21
23namespace KV = MathLib::KelvinVector;
24
25template <int DisplacementDim>
26using KelvinVector = KV::KelvinVectorType<DisplacementDim>;
27
28template <int DisplacementDim>
29using KelvinMatrix = KV::KelvinMatrixType<DisplacementDim>;
30
31template <int DisplacementDim>
32using GlobalDimVector = Eigen::Vector<double, DisplacementDim>;
33
44
46
47} // namespace ProcessLib::SmallDeformation
Eigen::Vector< double, DisplacementDim > GlobalDimVector
Definition Base.h:32
BaseLib::StrongType< double, struct TemperatureTag > Temperature
Definition Base.h:45
KV::KelvinVectorType< DisplacementDim > KelvinVector
Definition Base.h:26
KV::KelvinMatrixType< DisplacementDim > KelvinMatrix
Definition Base.h:29
MaterialPropertyLib::Medium const & medium
Definition Base.h:41
MediaData(MaterialPropertyLib::Medium const &medium)
Definition Base.h:36
MaterialPropertyLib::Phase const & solid
Definition Base.h:42