OGS
ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType > Struct Template Referencefinal

Detailed Description

template<typename NodalRowVectorType, typename GlobalDimNodalMatrixType, typename NodalMatrixType>
struct ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >

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
 

Constructor & Destructor Documentation

◆ IntegrationPointData()

template<typename NodalRowVectorType , typename GlobalDimNodalMatrixType , typename NodalMatrixType >
ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::IntegrationPointData ( NodalRowVectorType const & N_,
GlobalDimNodalMatrixType const & dNdx_,
double const & integration_weight_,
NodalMatrixType const mass_operator_ )
inline

Definition at line 41 of file RichardsFlowFEM.h.

45 : N(N_),
46 dNdx(dNdx_),
47 integration_weight(integration_weight_),
48 mass_operator(mass_operator_)
49 {
50 }

Member Data Documentation

◆ dNdx

template<typename NodalRowVectorType , typename GlobalDimNodalMatrixType , typename NodalMatrixType >
GlobalDimNodalMatrixType const ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::dNdx

Definition at line 53 of file RichardsFlowFEM.h.

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

template<typename NodalRowVectorType , typename GlobalDimNodalMatrixType , typename NodalMatrixType >
ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Definition at line 57 of file RichardsFlowFEM.h.

◆ integration_weight

template<typename NodalRowVectorType , typename GlobalDimNodalMatrixType , typename NodalMatrixType >
double const ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::integration_weight

Definition at line 54 of file RichardsFlowFEM.h.

◆ mass_operator

template<typename NodalRowVectorType , typename GlobalDimNodalMatrixType , typename NodalMatrixType >
NodalMatrixType const ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::mass_operator

Definition at line 55 of file RichardsFlowFEM.h.

◆ N

template<typename NodalRowVectorType , typename GlobalDimNodalMatrixType , typename NodalMatrixType >
NodalRowVectorType const ProcessLib::RichardsFlow::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::N

Definition at line 52 of file RichardsFlowFEM.h.


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