The Kokkos wrapper classes for MOOSE-like shape function access. More...
#include <KokkosVariableValue.h>
Public Member Functions | |
| KOKKOS_FUNCTION Real | operator() (AssemblyDatum &datum, unsigned int i, unsigned int qp) const |
| Get the current shape function. | |
The Kokkos wrapper classes for MOOSE-like shape function access.
Definition at line 40 of file KokkosVariableValue.h.
|
inline |
Get 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 50 of file KokkosVariableValue.h.