OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-394-ge538cec3fb6 source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
►
Applications
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
▼
MaterialLib
►
Adsorption
►
Fluid
▼
FractureModels
►
Permeability
►
CohesiveZoneModeI.cpp
►
CohesiveZoneModeI.h
►
Coulomb.cpp
►
Coulomb.h
►
CreateCohesiveZoneModeI.cpp
►
CreateCohesiveZoneModeI.h
►
CreateCoulomb.cpp
►
CreateCoulomb.h
►
CreateLinearElasticIsotropic.cpp
►
CreateLinearElasticIsotropic.h
►
FractureIdentity2.cpp
►
FractureIdentity2.h
►
FractureModelBase.h
LinearElasticIsotropic.cpp
►
LinearElasticIsotropic.h
►
LogPenalty.h
►
MPL
►
PorousMedium
►
SolidModels
►
Utils
►
PhysicalConstant.h
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
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
};
24
struct
FractureIdentity2
{
…
};
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