|
GEOS
|
Kernel variables allocated on the stack. More...
#include <SolidMechanicsEFEMStaticCondensationKernels.hpp>

Additional Inherited Members | |
Public Member Functions inherited from geos::solidMechanicsLagrangianFEMKernels::ImplicitSmallStrainQuasiStatic< SUBREGION_TYPE, CONSTITUTIVE_TYPE, FE_TYPE >::StackVariables | |
| GEOS_HOST_DEVICE | StackVariables () |
| Constructor. | |
Public Attributes inherited from geos::solidMechanicsLagrangianFEMKernels::ImplicitSmallStrainQuasiStatic< SUBREGION_TYPE, CONSTITUTIVE_TYPE, FE_TYPE >::StackVariables | |
| real64 | xLocal [numNodesPerElem][3] |
| C-array stack storage for element local the nodal positions. | |
| real64 | u_local [numNodesPerElem][numDofPerTrialSupportPoint] |
| Stack storage for the element local nodal displacement. | |
| real64 | uhat_local [numNodesPerElem][numDofPerTrialSupportPoint] |
| Stack storage for the element local nodal incremental displacement. | |
| real64 | constitutiveStiffness [6][6] |
| Stack storage for the constitutive stiffness at a quadrature point. | |
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.
Definition at line 124 of file SolidMechanicsEFEMStaticCondensationKernels.hpp.