GEOS
|
Kernel variables allocated on the stack. More...
#include <AcousticWaveEquationSEMKernel.hpp>
Public Attributes | |
real64 | xLocal [8][3] |
C-array stack storage for element local the nodal positions. | |
real32 | stiffnessVectorLocal [numNodesPerElem] {} |
real32 | invDensity |
Kernel variables allocated on the stack.
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 arrays for the nodal force, primary displacement variable, etc.
Definition at line 125 of file AcousticWaveEquationSEMKernel.hpp.