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-396-ge0d32a01be0 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.cpp
Go to the documentation of this file.
1
10
#include "
FractureIdentity2.h
"
11
12
namespace
MaterialLib
13
{
14
namespace
Fracture
15
{
16
namespace
17
{
18
template
<
typename
VectorType,
int
DisplacementDim>
19
VectorType
initIdentity2
()
20
{
21
VectorType ivec = VectorType::Zero(DisplacementDim);
22
ivec[DisplacementDim - 1] = 1;
23
return
ivec;
24
}
19
VectorType
initIdentity2
() {
…
}
25
}
// anonymous namespace
16
namespace
{
…
}
26
27
template
<
int
DisplacementDim>
28
const
typename
FractureIdentity2<DisplacementDim>::VectorType
29
FractureIdentity2<DisplacementDim>::value
=
30
initIdentity2<typename FractureIdentity2<DisplacementDim>::VectorType,
31
DisplacementDim>();
32
33
// template instantiation
34
template
struct
FractureIdentity2<2>;
35
template
struct
FractureIdentity2<3>;
36
37
}
// namespace Fracture
38
}
// namespace MaterialLib
FractureIdentity2.h
MaterialLib::Fracture::anonymous_namespace{FractureIdentity2.cpp}::initIdentity2
VectorType initIdentity2()
Definition
FractureIdentity2.cpp:19
MaterialLib
Definition
ConstantFluidProperty.h:18
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.cpp
Generated by
1.12.0