GEOSX
Public Member Functions | Public Attributes | List of all members
geos::LaplaceFEMKernel< SUBREGION_TYPE, CONSTITUTIVE_TYPE, FE_TYPE >::StackVariables Class Reference

Kernel variables allocated on the stack. More...

#include <LaplaceFEMKernels.hpp>

Inheritance diagram for geos::LaplaceFEMKernel< SUBREGION_TYPE, CONSTITUTIVE_TYPE, FE_TYPE >::StackVariables:
Inheritance graph
[legend]

Public Member Functions

GEOS_HOST_DEVICE StackVariables ()
 Constructor.
 

Public Attributes

int xLocal
 Dummy.
 
real64 primaryField_local [maxNumTestSupportPointsPerElem]
 C-array storage for the element local primary field variable.
 

Detailed Description

template<typename SUBREGION_TYPE, typename CONSTITUTIVE_TYPE, typename FE_TYPE>
class geos::LaplaceFEMKernel< SUBREGION_TYPE, CONSTITUTIVE_TYPE, FE_TYPE >::StackVariables

Kernel variables allocated on the stack.

ImplicitKernelBase::StackVariables Description

Contains variables that will be allocated on the stack of the main kernel. This will typically consist of local arrays to hold data mapped from the global data arrays, and/or local storage for the residual and jacobian contributions.

Adds a stack array for the primary field.

Definition at line 126 of file LaplaceFEMKernels.hpp.


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