OGS
IntegrationPointData.h
Go to the documentation of this file.
1
10
#pragma once
11
12
namespace
ProcessLib::LargeDeformation
13
{
14
15
template
<
typename
BMatricesType,
typename
ShapeMatricesType,
16
int
DisplacementDim>
17
struct
IntegrationPointData
final
18
{
19
double
integration_weight
;
20
typename
ShapeMatricesType::NodalRowVectorType
N
;
21
typename
ShapeMatricesType::GlobalDimNodalMatrixType
dNdx
;
22
23
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
;
24
};
25
26
}
// namespace ProcessLib::LargeDeformation
ProcessLib::LargeDeformation
Definition
Base.h:21
ProcessLib::LargeDeformation::IntegrationPointData
Definition
IntegrationPointData.h:18
ProcessLib::LargeDeformation::IntegrationPointData::N
ShapeMatricesType::NodalRowVectorType N
Definition
IntegrationPointData.h:20
ProcessLib::LargeDeformation::IntegrationPointData::integration_weight
double integration_weight
Definition
IntegrationPointData.h:19
ProcessLib::LargeDeformation::IntegrationPointData::dNdx
ShapeMatricesType::GlobalDimNodalMatrixType dNdx
Definition
IntegrationPointData.h:21
ProcessLib::LargeDeformation::IntegrationPointData::EIGEN_MAKE_ALIGNED_OPERATOR_NEW
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
Definition
IntegrationPointData.h:23
ProcessLib
LargeDeformation
IntegrationPointData.h
Generated by
1.12.0