28 KOKKOS_FUNCTION
inline Kokkos::pair<Real, Real>
34 for (
unsigned int qp = 0; qp < datum.
n_qps(); ++qp)
36 val +=
_v(datum, qp) * datum.
JxW(qp);
The Kokkos object that holds thread-private data in the parallel operations of any Kokkos object...
KokkosElementVariableStatistics(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
const Moose::Kokkos::VariableValue _v
The coupled variable used.
static InputParameters validParams()
KOKKOS_FUNCTION unsigned int n_qps() const
Get the number of local quadrature points.
The Kokkos wrapper classes for MOOSE-like variable value access.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
KOKKOS_FUNCTION Real JxW(const unsigned int qp)
Get the transformed Jacobian weight.
KOKKOS_FUNCTION Kokkos::pair< Real, Real > computeValue(Datum &datum) const