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

Detailed Description

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

Definition at line 35 of file RichardsComponentTransportFEM.h.

#include <RichardsComponentTransportFEM.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::RichardsComponentTransport::IntegrationPointData< NodalRowVectorType, GlobalDimNodalMatrixType, NodalMatrixType >::IntegrationPointData ( NodalRowVectorType const & N_,
GlobalDimNodalMatrixType const & dNdx_,
double const & integration_weight_,
NodalMatrixType const mass_operator_ )
inline

Member Data Documentation

◆ dNdx

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

Definition at line 49 of file RichardsComponentTransportFEM.h.

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

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

Definition at line 53 of file RichardsComponentTransportFEM.h.

◆ integration_weight

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

Definition at line 50 of file RichardsComponentTransportFEM.h.

◆ mass_operator

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

Definition at line 51 of file RichardsComponentTransportFEM.h.

◆ N

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

Definition at line 48 of file RichardsComponentTransportFEM.h.


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