OGS
ProcessLib::LiquidFlow::IntegrationPointData< GlobalDimNodalMatrixType > Struct Template Referencefinal

Detailed Description

template<typename GlobalDimNodalMatrixType>
struct ProcessLib::LiquidFlow::IntegrationPointData< GlobalDimNodalMatrixType >

Definition at line 38 of file LiquidFlowLocalAssembler.h.

#include <LiquidFlowLocalAssembler.h>

Public Member Functions

 IntegrationPointData (GlobalDimNodalMatrixType const &dNdx_, double const &integration_weight_)
 

Public Attributes

GlobalDimNodalMatrixType const dNdx
 
double const integration_weight
 
 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 

Constructor & Destructor Documentation

◆ IntegrationPointData()

template<typename GlobalDimNodalMatrixType >
ProcessLib::LiquidFlow::IntegrationPointData< GlobalDimNodalMatrixType >::IntegrationPointData ( GlobalDimNodalMatrixType const & dNdx_,
double const & integration_weight_ )
inlineexplicit

Definition at line 40 of file LiquidFlowLocalAssembler.h.

42 : dNdx(dNdx_), integration_weight(integration_weight_)
43 {
44 }

Member Data Documentation

◆ dNdx

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

template<typename GlobalDimNodalMatrixType >
ProcessLib::LiquidFlow::IntegrationPointData< GlobalDimNodalMatrixType >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Definition at line 49 of file LiquidFlowLocalAssembler.h.

◆ integration_weight


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