#include <KokkosVariableValue.h>
Definition at line 70 of file KokkosVariableValue.h.
◆ operator()()
KOKKOS_FUNCTION Real Moose::Kokkos::VariableTestValue::operator() |
( |
ResidualDatum & |
datum, |
|
|
unsigned int |
i, |
|
|
unsigned int |
qp |
|
) |
| const |
|
inline |
Get the current test function.
- Parameters
-
datum | The ResidualDatum object of the current thread |
i | The element-local DOF index |
qp | The local quadrature point index |
- Returns
- The test function
Definition at line 80 of file KokkosVariableValue.h.
82 auto & elem = datum.
elem();
83 auto side = datum.
side();
84 auto fe = datum.
ife();
KOKKOS_FUNCTION const auto & getPhi(ContiguousSubdomainID subdomain, unsigned int elem_type, unsigned int fe_type) const
Get the shape functions of a FE type for an element type and subdomain.
const unsigned int invalid_uint
KOKKOS_FUNCTION const auto & getPhiFace(ContiguousSubdomainID subdomain, unsigned int elem_type, unsigned int fe_type) const
Get the face shape functions of a FE type for an element type and subdomain.
KOKKOS_FUNCTION unsigned int side() const
Get the side index.
KOKKOS_FUNCTION unsigned int ife() const
Get the variable FE type ID.
KOKKOS_FUNCTION const Assembly & assembly() const
Get the Kokkos assembly.
KOKKOS_FUNCTION const ElementInfo & elem() const
Get the element information object.
The documentation for this class was generated from the following file: