|
GEOS
|
Kernel variables (dof numbers, jacobian and residual) located on the stack. More...
#include <ThermalAccumulationKernels.hpp>

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. | |
Kernel variables (dof numbers, jacobian and residual) located on the stack.
Definition at line 90 of file ThermalAccumulationKernels.hpp.