OGS
ProcessLib::TH2M::IntegrationPointData< ShapeMatrixTypeDisplacement, ShapeMatricesTypePressure > Struct Template Referencefinal

Detailed Description

template<typename ShapeMatrixTypeDisplacement, typename ShapeMatricesTypePressure>
struct ProcessLib::TH2M::IntegrationPointData< ShapeMatrixTypeDisplacement, ShapeMatricesTypePressure >

Definition at line 19 of file IntegrationPointData.h.

#include <IntegrationPointData.h>

Public Types

using GlobalDimMatrixType
 
using GlobalDimVectorType
 

Public Attributes

ShapeMatrixTypeDisplacement::NodalRowVectorType N_u
 
ShapeMatrixTypeDisplacement::GlobalDimNodalMatrixType dNdx_u
 
ShapeMatricesTypePressure::NodalRowVectorType N_p
 
ShapeMatricesTypePressure::GlobalDimNodalMatrixType dNdx_p
 
double integration_weight = std::numeric_limits<double>::quiet_NaN()
 

Member Typedef Documentation

◆ GlobalDimMatrixType

template<typename ShapeMatrixTypeDisplacement , typename ShapeMatricesTypePressure >
using ProcessLib::TH2M::IntegrationPointData< ShapeMatrixTypeDisplacement, ShapeMatricesTypePressure >::GlobalDimMatrixType
Initial value:
typename ShapeMatricesTypePressure::GlobalDimMatrixType

Definition at line 21 of file IntegrationPointData.h.

◆ GlobalDimVectorType

template<typename ShapeMatrixTypeDisplacement , typename ShapeMatricesTypePressure >
using ProcessLib::TH2M::IntegrationPointData< ShapeMatrixTypeDisplacement, ShapeMatricesTypePressure >::GlobalDimVectorType
Initial value:
typename ShapeMatricesTypePressure::GlobalDimVectorType

Definition at line 23 of file IntegrationPointData.h.

Member Data Documentation

◆ dNdx_p

template<typename ShapeMatrixTypeDisplacement , typename ShapeMatricesTypePressure >
ShapeMatricesTypePressure::GlobalDimNodalMatrixType ProcessLib::TH2M::IntegrationPointData< ShapeMatrixTypeDisplacement, ShapeMatricesTypePressure >::dNdx_p

Definition at line 30 of file IntegrationPointData.h.

◆ dNdx_u

template<typename ShapeMatrixTypeDisplacement , typename ShapeMatricesTypePressure >
ShapeMatrixTypeDisplacement::GlobalDimNodalMatrixType ProcessLib::TH2M::IntegrationPointData< ShapeMatrixTypeDisplacement, ShapeMatricesTypePressure >::dNdx_u

Definition at line 27 of file IntegrationPointData.h.

◆ integration_weight

template<typename ShapeMatrixTypeDisplacement , typename ShapeMatricesTypePressure >
double ProcessLib::TH2M::IntegrationPointData< ShapeMatrixTypeDisplacement, ShapeMatricesTypePressure >::integration_weight = std::numeric_limits<double>::quiet_NaN()

Definition at line 32 of file IntegrationPointData.h.

◆ N_p

template<typename ShapeMatrixTypeDisplacement , typename ShapeMatricesTypePressure >
ShapeMatricesTypePressure::NodalRowVectorType ProcessLib::TH2M::IntegrationPointData< ShapeMatrixTypeDisplacement, ShapeMatricesTypePressure >::N_p

Definition at line 29 of file IntegrationPointData.h.

◆ N_u

template<typename ShapeMatrixTypeDisplacement , typename ShapeMatricesTypePressure >
ShapeMatrixTypeDisplacement::NodalRowVectorType ProcessLib::TH2M::IntegrationPointData< ShapeMatrixTypeDisplacement, ShapeMatricesTypePressure >::N_u

Definition at line 26 of file IntegrationPointData.h.


The documentation for this struct was generated from the following file: