OGS
|
Definition at line 19 of file IntegrationPointData.h.
#include <IntegrationPointData.h>
Public Types | |
using | NodalRowVectorTypeLiquidVelocity |
using | GlobalDimNodalMatrixTypeLiquidVelocity |
using | NodalRowVectorTypePressure |
using | GlobalDimNodalMatrixTypePressure |
Public Member Functions | |
IntegrationPointData (NodalRowVectorTypeLiquidVelocity const &N_v_, GlobalDimNodalMatrixTypeLiquidVelocity const &dNdx_v_, NodalRowVectorTypePressure const &N_p_, GlobalDimNodalMatrixTypePressure const &dNdx_p_, double const &integration_weight_) | |
Public Attributes | |
NodalRowVectorTypeLiquidVelocity const | N_v |
GlobalDimNodalMatrixTypeLiquidVelocity const | dNdx_v |
ShapeMatrixTypeLiquidVelocity::template MatrixType< GlobalDim, NPoints *GlobalDim > | N_v_op |
ShapeMatrixTypeLiquidVelocity::template MatrixType< GlobalDim *GlobalDim, NPoints *GlobalDim > | dNdx_v_op |
NodalRowVectorTypePressure const | N_p |
GlobalDimNodalMatrixTypePressure const | dNdx_p |
double const | integration_weight |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
using ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::GlobalDimNodalMatrixTypeLiquidVelocity |
Definition at line 23 of file IntegrationPointData.h.
using ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::GlobalDimNodalMatrixTypePressure |
Definition at line 28 of file IntegrationPointData.h.
using ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::NodalRowVectorTypeLiquidVelocity |
Definition at line 21 of file IntegrationPointData.h.
using ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::NodalRowVectorTypePressure |
Definition at line 26 of file IntegrationPointData.h.
|
inline |
Definition at line 31 of file IntegrationPointData.h.
GlobalDimNodalMatrixTypePressure const ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::dNdx_p |
Definition at line 55 of file IntegrationPointData.h.
GlobalDimNodalMatrixTypeLiquidVelocity const ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::dNdx_v |
Definition at line 45 of file IntegrationPointData.h.
ShapeMatrixTypeLiquidVelocity::template MatrixType<GlobalDim * GlobalDim, NPoints * GlobalDim> ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::dNdx_v_op |
Definition at line 52 of file IntegrationPointData.h.
ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 58 of file IntegrationPointData.h.
double const ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::integration_weight |
Definition at line 57 of file IntegrationPointData.h.
NodalRowVectorTypePressure const ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::N_p |
Definition at line 54 of file IntegrationPointData.h.
NodalRowVectorTypeLiquidVelocity const ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::N_v |
Definition at line 44 of file IntegrationPointData.h.
ShapeMatrixTypeLiquidVelocity::template MatrixType<GlobalDim, NPoints * GlobalDim> ProcessLib::StokesFlow::IntegrationPointData< ShapeMatrixTypeLiquidVelocity, ShapeMatrixTypePressure, GlobalDim, NPoints >::N_v_op |
Definition at line 49 of file IntegrationPointData.h.