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
x
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-313-g117c23c1cd 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
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
▼
ProcessLib
►
Assembly
►
BoundaryConditionAndSourceTerm
►
Common
►
ComponentTransport
►
ConstitutiveRelations
►
Deformation
►
Graph
►
HeatConduction
►
HeatTransportBHE
►
HMPhaseField
►
HT
►
HydroMechanics
►
LargeDeformation
►
LIE
►
LiquidFlow
►
Output
►
PhaseField
►
Reflection
►
RichardsComponentTransport
►
RichardsFlow
►
RichardsMechanics
►
SmallDeformation
►
SmallDeformationNonlocal
►
SteadyStateDiffusion
►
StokesFlow
►
SurfaceFlux
▼
TES
►
CreateTESProcess.cpp
►
CreateTESProcess.h
►
TESAssemblyParams.h
►
TESLocalAssembler-impl.h
►
TESLocalAssembler.h
TESLocalAssemblerData.cpp
►
TESLocalAssemblerData.h
TESLocalAssemblerInner-fwd.h
TESLocalAssemblerInner-impl.h
TESLocalAssemblerInner.cpp
►
TESLocalAssemblerInner.h
TESOGS5MaterialModels.cpp
►
TESOGS5MaterialModels.h
TESProcess.cpp
►
TESProcess.h
TESReactionAdaptor.cpp
►
TESReactionAdaptor.h
►
TH2M
►
ThermalTwoPhaseFlowWithPP
►
ThermoHydroMechanics
►
ThermoMechanicalPhaseField
►
ThermoMechanics
►
ThermoRichardsFlow
►
ThermoRichardsMechanics
►
TwoPhaseFlowWithPP
►
TwoPhaseFlowWithPrho
►
Utils
►
WellboreSimulator
►
AbstractJacobianAssembler.h
AnalyticalJacobianAssembler.cpp
►
AnalyticalJacobianAssembler.h
►
AssemblyMixin.cpp
►
AssemblyMixin.h
►
CentralDifferencesJacobianAssembler.cpp
►
CentralDifferencesJacobianAssembler.h
►
CompareJacobiansJacobianAssembler.cpp
►
CompareJacobiansJacobianAssembler.h
►
CoupledSolutionsForStaggeredScheme.cpp
►
CoupledSolutionsForStaggeredScheme.h
►
CreateDeactivatedSubdomain.cpp
►
CreateDeactivatedSubdomain.h
►
CreateForwardDifferencesJacobianAssembler.cpp
►
CreateForwardDifferencesJacobianAssembler.h
►
CreateJacobianAssembler.cpp
►
CreateJacobianAssembler.h
►
CreateProcessData.cpp
►
CreateProcessData.h
►
CreateTimeLoop.cpp
►
CreateTimeLoop.h
DeactivatedSubdomain.cpp
►
DeactivatedSubdomain.h
ForwardDifferencesJacobianAssembler.cpp
►
ForwardDifferencesJacobianAssembler.h
LocalAssemblerInterface.cpp
►
LocalAssemblerInterface.h
►
LocalAssemblerTraits.h
►
Process.cpp
►
Process.h
►
ProcessData.cpp
►
ProcessData.h
►
ProcessVariable.cpp
►
ProcessVariable.h
►
SubmeshAssemblySupport.h
►
TimeLoop.cpp
►
TimeLoop.h
►
VariableTransformation.h
VectorMatrixAssembler.cpp
►
VectorMatrixAssembler.h
►
File Members
TESLocalAssemblerInner.cpp
Go to the documentation of this file.
1
14
#include "
TESLocalAssemblerInner-fwd.h
"
15
16
#ifdef OGS_EIGEN_DYNAMIC_SHAPE_MATRICES
17
#include "
TESLocalAssemblerInner-impl.h
"
18
#endif
19
20
namespace
ProcessLib
21
{
22
namespace
TES
23
{
24
#ifdef OGS_EIGEN_DYNAMIC_SHAPE_MATRICES
25
26
template
class
TESLocalAssemblerInner<
27
LocalAssemblerTraits<ShapeMatrixPolicyType<void, 0>
, 0, 0, 0>>;
28
29
static_assert
(
OGS_EIGEN_DYNAMIC_SHAPE_MATRICES_FLAG
== 1,
30
"inconsistent use of macros"
);
31
#else
32
static_assert
(
OGS_EIGEN_DYNAMIC_SHAPE_MATRICES_FLAG
== 0,
33
"inconsistent use of macros"
);
34
#endif
35
}
// namespace TES
36
}
// namespace ProcessLib
OGS_EIGEN_DYNAMIC_SHAPE_MATRICES_FLAG
const unsigned OGS_EIGEN_DYNAMIC_SHAPE_MATRICES_FLAG
Definition
ShapeMatrixPolicy.h:144
TESLocalAssemblerInner-fwd.h
TESLocalAssemblerInner-impl.h
ProcessLib
Definition
ProjectData.h:51
ProcessLib::LocalAssemblerTraits
detail::LocalAssemblerTraitsFixed< ShpPol, NNodes, NodalDOF, Dim > LocalAssemblerTraits
Definition
LocalAssemblerTraits.h:185
ProcessLib
TES
TESLocalAssemblerInner.cpp
Generated by
1.11.0