OGS
SmallDeformation/ConstitutiveRelations/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
BaseLib::StrongType< double, struct TemperatureTag > Temperature
KV::KelvinVectorType< DisplacementDim > KelvinVector
KV::KelvinMatrixType< DisplacementDim > KelvinMatrix