GEOS
Public Attributes | List of all members
geos::thermalSinglePhaseReactiveBaseKernels::AccumulationKernel< SUBREGION_TYPE, NUM_DOF, NUM_SPECIES, BASE_FLUID_TYPE >::StackVariables Struct Reference

Kernel variables (dof numbers, jacobian and residual) located on the stack. More...

#include <ThermalAccumulationKernels.hpp>

Inheritance diagram for geos::thermalSinglePhaseReactiveBaseKernels::AccumulationKernel< SUBREGION_TYPE, NUM_DOF, NUM_SPECIES, BASE_FLUID_TYPE >::StackVariables:
Inheritance graph
[legend]

Public Attributes

real64 dPoreVolume_dTemp = 0.0
 Derivative of pore volume with respect to temperature.
 
- Public Attributes inherited from geos::singlePhaseBaseKernels::AccumulationKernel< SUBREGION_TYPE, NUM_DOF >::StackVariables
localIndex localRow = -1
 Index of the local row corresponding to this element.
 
globalIndex dofIndices [numDof] {}
 Index of the matrix row/column corresponding to the dof in this element.
 
real64 localResidual [numEqn] {}
 Storage for the element local residual vector.
 
real64 localJacobian [numEqn][numDof] {}
 Storage for the element local Jacobian matrix.
 

Detailed Description

template<typename SUBREGION_TYPE, integer NUM_DOF, integer NUM_SPECIES, typename BASE_FLUID_TYPE>
struct geos::thermalSinglePhaseReactiveBaseKernels::AccumulationKernel< SUBREGION_TYPE, NUM_DOF, NUM_SPECIES, BASE_FLUID_TYPE >::StackVariables

Kernel variables (dof numbers, jacobian and residual) located on the stack.

Definition at line 90 of file ThermalAccumulationKernels.hpp.


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