OGS
|
Definition at line 39 of file RichardsFlowFEM.h.
#include <RichardsFlowFEM.h>
Public Member Functions | |
IntegrationPointData (NodalRowVectorType const &N_, GlobalDimNodalMatrixType const &dNdx_, double const &integration_weight_, NodalMatrixType const mass_operator_) | |
Public Attributes | |
NodalRowVectorType const | N |
GlobalDimNodalMatrixType const | dNdx |
double const | integration_weight |
NodalMatrixType const | mass_operator |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
|
inline |
Definition at line 41 of file RichardsFlowFEM.h.
GlobalDimNodalMatrixType const ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::dNdx |
Definition at line 53 of file RichardsFlowFEM.h.
ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 57 of file RichardsFlowFEM.h.
double const ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::integration_weight |
Definition at line 54 of file RichardsFlowFEM.h.
NodalMatrixType const ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::mass_operator |
Definition at line 55 of file RichardsFlowFEM.h.
NodalRowVectorType const ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::N |
Definition at line 52 of file RichardsFlowFEM.h.