OGS
FractureIdentity2.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <Eigen/Core>
13
15
16namespace MaterialLib
17{
18namespace Fracture
19{
23template <int DisplacementDim>
25{
26 using VectorType = Eigen::Matrix<double, DisplacementDim, 1>;
27
29};
30
31extern template struct FractureIdentity2<2>;
32extern template struct FractureIdentity2<3>;
33
34} // namespace Fracture
35} // namespace MaterialLib
#define MATERIALLIB_FRACTUREMODELS_EXPORT
static MATERIALLIB_FRACTUREMODELS_EXPORT VectorType const value
Eigen::Matrix< double, DisplacementDim, 1 > VectorType