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-171-gf370a16a5 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
►
BHE
►
BoundaryConditions
▼
LocalAssemblers
►
CreateLocalAssemblers.h
HeatTransportBHELocalAssemblerBHE-impl.h
►
HeatTransportBHELocalAssemblerBHE.h
HeatTransportBHELocalAssemblerSoil-impl.h
►
HeatTransportBHELocalAssemblerSoil.h
►
HeatTransportBHEProcessAssemblerInterface.h
►
IntegrationPointDataBHE.h
►
IntegrationPointDataSoil.h
►
LocalDataInitializer.h
►
SecondaryData.h
►
CreateHeatTransportBHEProcess.cpp
►
CreateHeatTransportBHEProcess.h
HeatTransportBHEProcess.cpp
►
HeatTransportBHEProcess.h
►
HeatTransportBHEProcessData.h
►
HMPhaseField
►
HT
►
HydroMechanics
►
LargeDeformation
►
LIE
►
LiquidFlow
►
Output
►
PhaseField
►
Reflection
►
RichardsComponentTransport
►
RichardsFlow
►
RichardsMechanics
►
SmallDeformation
►
SmallDeformationNonlocal
►
SteadyStateDiffusion
►
StokesFlow
►
SurfaceFlux
►
TES
►
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
IntegrationPointDataBHE.h
Go to the documentation of this file.
1
11
#pragma once
12
13
namespace
ProcessLib
14
{
15
namespace
HeatTransportBHE
16
{
17
template
<
typename
ShapeMatrixType>
18
struct
IntegrationPointDataBHE
final
19
{
20
typename
ShapeMatrixType::NodalRowVectorType
const
N
;
21
typename
ShapeMatrixType::GlobalDimNodalMatrixType
const
dNdx
;
22
double
const
integration_weight
;
23
24
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
;
25
};
18
struct
IntegrationPointDataBHE
final {
…
};
26
}
// namespace HeatTransportBHE
27
}
// namespace ProcessLib
ProcessLib
Definition
ProjectData.h:51
ProcessLib::HeatTransportBHE::IntegrationPointDataBHE
Definition
IntegrationPointDataBHE.h:19
ProcessLib::HeatTransportBHE::IntegrationPointDataBHE::N
ShapeMatrixType::NodalRowVectorType const N
Definition
IntegrationPointDataBHE.h:20
ProcessLib::HeatTransportBHE::IntegrationPointDataBHE::EIGEN_MAKE_ALIGNED_OPERATOR_NEW
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
Definition
IntegrationPointDataBHE.h:24
ProcessLib::HeatTransportBHE::IntegrationPointDataBHE::dNdx
ShapeMatrixType::GlobalDimNodalMatrixType const dNdx
Definition
IntegrationPointDataBHE.h:21
ProcessLib::HeatTransportBHE::IntegrationPointDataBHE::integration_weight
double const integration_weight
Definition
IntegrationPointDataBHE.h:22
ProcessLib
HeatTransportBHE
LocalAssemblers
IntegrationPointDataBHE.h
Generated by
1.12.0