#include <KokkosVariableValue.h>
Public Member Functions | |
| KOKKOS_FUNCTION Real3 | operator() (AssemblyDatum &datum, unsigned int i, unsigned int qp) const |
| Get the gradient of the current shape function. More... | |
| KOKKOS_FUNCTION const Real3 & | reference (AssemblyDatum &datum, unsigned int i, unsigned int qp) const |
| Get the gradient of the current shape function in reference space. More... | |
Definition at line 63 of file KokkosVariableValue.h.
|
inline |
Get the gradient of the current shape function.
| datum | The AssemblyDatum object of the current thread |
| i | The element-local DOF index |
| qp | The local quadrature point index |
Definition at line 83 of file KokkosVariableValue.h.
| KOKKOS_FUNCTION const Real3 & Moose::Kokkos::VariableShapeGradient< is_test >::reference | ( | AssemblyDatum & | datum, |
| unsigned int | i, | ||
| unsigned int | qp | ||
| ) | const |
Get the gradient of the current shape function in reference space.
| datum | The AssemblyDatum object of the current thread |
| i | The element-local DOF index |
| qp | The local quadrature point index |
Definition at line 91 of file KokkosVariableValue.h.
Referenced by Moose::Kokkos::KernelGrad::computeJacobianInternal(), Moose::Kokkos::KernelGrad::computeOffDiagJacobianInternal(), Moose::Kokkos::KernelGrad::computeResidualInternal(), and Moose::Kokkos::VariableShapeGradient< is_test >::operator()().
1.8.14