#include <KokkosVariableValue.h>
Definition at line 47 of file KokkosVariableValue.h.
◆ operator()()
KOKKOS_FUNCTION Real3 Moose::Kokkos::VariablePhiGradient::operator() |
( |
ResidualDatum & |
datum, |
|
|
unsigned int |
i, |
|
|
unsigned int |
qp |
|
) |
| const |
|
inline |
Get the gradient of the current shape function.
- Parameters
-
datum | The ResidualDatum object of the current thread |
i | The element-local DOF index |
qp | The local quadrature point index |
- Returns
- The gradient of the shape function
Definition at line 57 of file KokkosVariableValue.h.
59 auto & elem = datum.
elem();
60 auto side = datum.
side();
61 auto fe = datum.
jfe();
const unsigned int invalid_uint
KOKKOS_FUNCTION const auto & getGradPhiFace(ContiguousSubdomainID subdomain, unsigned int elem_type, unsigned int fe_type) const
Get the gradient of face shape functions of a FE type for an element type and subdomain.
KOKKOS_FUNCTION const auto & getGradPhi(ContiguousSubdomainID subdomain, unsigned int elem_type, unsigned int fe_type) const
Get the gradient of shape functions of a FE type for an element type and subdomain.
KOKKOS_FUNCTION const Real33 & J(const unsigned int qp)
Get the inverse of Jacobian matrix | dxi/dx deta/dx dzeta/dx | | dxi/dy deta/dy dzeta/dy | | dxi/dz d...
KOKKOS_FUNCTION unsigned int side() const
Get the side index.
KOKKOS_FUNCTION const Assembly & assembly() const
Get the Kokkos assembly.
KOKKOS_FUNCTION const ElementInfo & elem() const
Get the element information object.
KOKKOS_FUNCTION unsigned int jfe() const
Get the coupled variable FE type ID.
The documentation for this class was generated from the following file: