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