#include <KokkosVariableValue.h>
Public Member Functions | |
| KOKKOS_FUNCTION Real33 | operator() (AssemblyDatum &datum, unsigned int i, unsigned int qp) const |
| Get the gradient of the current vector shape function. More... | |
| KOKKOS_FUNCTION const Real33 & | reference (AssemblyDatum &datum, unsigned int i, unsigned int qp) const |
| Get the gradient of the current vector shape function in reference space. More... | |
Definition at line 137 of file KokkosVariableValue.h.
|
inline |
Get the gradient of the current vector 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 157 of file KokkosVariableValue.h.
| KOKKOS_FUNCTION const Real33 & Moose::Kokkos::VectorVariableShapeGradient< is_test >::reference | ( | AssemblyDatum & | datum, |
| unsigned int | i, | ||
| unsigned int | qp | ||
| ) | const |
Get the gradient of the current vector 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 165 of file KokkosVariableValue.h.
Referenced by Moose::Kokkos::VectorKernelGrad::computeJacobianInternal(), Moose::Kokkos::VectorKernelGrad::computeOffDiagJacobianInternal(), Moose::Kokkos::VectorKernelGrad::computeResidualInternal(), and Moose::Kokkos::VectorVariableShapeGradient< is_test >::operator()().
1.8.14