OGS
LargeDeformation/IntegrationPointData.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
6
namespace
ProcessLib::LargeDeformation
7
{
8
9
template
<
typename
BMatricesType,
typename
ShapeMatricesType,
10
int
DisplacementDim>
11
struct
IntegrationPointData
final
12
{
13
double
integration_weight
;
14
typename
ShapeMatricesType::NodalRowVectorType
N_u
;
15
typename
ShapeMatricesType::GlobalDimNodalMatrixType
dNdx_u
;
16
17
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
;
18
};
19
20
}
// namespace ProcessLib::LargeDeformation
ProcessLib::LargeDeformation
Definition
LargeDeformation/ConstitutiveRelations/Base.h:12
ProcessLib::LargeDeformation::IntegrationPointData
Definition
LargeDeformation/IntegrationPointData.h:12
ProcessLib::LargeDeformation::IntegrationPointData::dNdx_u
ShapeMatricesType::GlobalDimNodalMatrixType dNdx_u
Definition
LargeDeformation/IntegrationPointData.h:15
ProcessLib::LargeDeformation::IntegrationPointData::N_u
ShapeMatricesType::NodalRowVectorType N_u
Definition
LargeDeformation/IntegrationPointData.h:14
ProcessLib::LargeDeformation::IntegrationPointData::integration_weight
double integration_weight
Definition
LargeDeformation/IntegrationPointData.h:13
ProcessLib::LargeDeformation::IntegrationPointData::EIGEN_MAKE_ALIGNED_OPERATOR_NEW
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
Definition
LargeDeformation/IntegrationPointData.h:17
ProcessLib
LargeDeformation
IntegrationPointData.h
Generated by
1.14.0