OGS
|
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 | |
|
inline |
Definition at line 44 of file ComponentTransportFEM.h.
|
inline |
Definition at line 50 of file ComponentTransportFEM.h.
References ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::porosity, and ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::porosity_prev.
GlobalIndexType ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::chemical_system_id = -1 |
Definition at line 56 of file ComponentTransportFEM.h.
GlobalDimNodalMatrixType const ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::dNdx |
Definition at line 51 of file ComponentTransportFEM.h.
ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 60 of file ComponentTransportFEM.h.
double const ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::integration_weight |
Definition at line 52 of file ComponentTransportFEM.h.
double ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::porosity = std::numeric_limits<double>::quiet_NaN() |
Definition at line 58 of file ComponentTransportFEM.h.
Referenced by ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::pushBackState().
double ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::porosity_prev = std::numeric_limits<double>::quiet_NaN() |
Definition at line 59 of file ComponentTransportFEM.h.
Referenced by ProcessLib::ComponentTransport::IntegrationPointData< GlobalDimNodalMatrixType >::pushBackState().