OGS
IntegrationPointDataSoil.h
Go to the documentation of this file.
1
11
#pragma once
12
13
namespace
ProcessLib
14
{
15
namespace
HeatTransportBHE
16
{
17
template
<
typename
NodalRowVectorType,
typename
GlobalDimNodalMatrixType>
18
struct
IntegrationPointDataSoil
final
19
{
20
NodalRowVectorType
const
N
;
21
GlobalDimNodalMatrixType
const
dNdx
;
22
double
const
integration_weight
;
23
24
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
;
25
};
26
}
// namespace HeatTransportBHE
27
}
// namespace ProcessLib
ProcessLib
Definition
ProjectData.h:51
ProcessLib::HeatTransportBHE::IntegrationPointDataSoil
Definition
IntegrationPointDataSoil.h:19
ProcessLib::HeatTransportBHE::IntegrationPointDataSoil::N
NodalRowVectorType const N
Definition
IntegrationPointDataSoil.h:20
ProcessLib::HeatTransportBHE::IntegrationPointDataSoil::integration_weight
double const integration_weight
Definition
IntegrationPointDataSoil.h:22
ProcessLib::HeatTransportBHE::IntegrationPointDataSoil::EIGEN_MAKE_ALIGNED_OPERATOR_NEW
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
Definition
IntegrationPointDataSoil.h:24
ProcessLib::HeatTransportBHE::IntegrationPointDataSoil::dNdx
GlobalDimNodalMatrixType const dNdx
Definition
IntegrationPointDataSoil.h:21
ProcessLib
HeatTransportBHE
LocalAssemblers
IntegrationPointDataSoil.h
Generated by
1.12.0