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

Member Function Documentation

◆ pushBackState()

template<typename GlobalDimNodalMatrixType>
void ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::pushBackState ( )
inline

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.

Referenced by IntegrationPointData().

◆ 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.

Referenced by IntegrationPointData().

◆ porosity

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

Definition at line 58 of file ComponentTransportFEM.h.

Referenced by pushBackState().

◆ porosity_prev

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

Definition at line 59 of file ComponentTransportFEM.h.

Referenced by pushBackState().


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