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

Detailed Description

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

Definition at line 42 of file ComponentTransportFEM.h.

#include <ComponentTransportFEM.h>

Public Member Functions

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

Public Attributes

GlobalDimNodalMatrixType const dNdx
 
double const integration_weight
 
GlobalIndexType chemical_system_id = -1
 
double porosity = std::numeric_limits<double>::quiet_NaN()
 
double porosity_prev = std::numeric_limits<double>::quiet_NaN()
 
 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 

Constructor & Destructor Documentation

◆ IntegrationPointData()

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

Definition at line 44 of file ComponentTransportFEM.h.

46 : dNdx(dNdx_), integration_weight(integration_weight_)
47 {
48 }

Member Function Documentation

◆ pushBackState()

Member Data Documentation

◆ chemical_system_id

template<typename GlobalDimNodalMatrixType >
GlobalIndexType ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::chemical_system_id = -1

Definition at line 56 of file ComponentTransportFEM.h.

◆ dNdx

template<typename GlobalDimNodalMatrixType >
GlobalDimNodalMatrixType const ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::dNdx

Definition at line 51 of file ComponentTransportFEM.h.

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

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

Definition at line 60 of file ComponentTransportFEM.h.

◆ integration_weight

template<typename GlobalDimNodalMatrixType >
double const ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::integration_weight

Definition at line 52 of file ComponentTransportFEM.h.

◆ porosity

template<typename GlobalDimNodalMatrixType >
double ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::porosity = std::numeric_limits<double>::quiet_NaN()

◆ porosity_prev

template<typename GlobalDimNodalMatrixType >
double ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::porosity_prev = std::numeric_limits<double>::quiet_NaN()

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