28KOKKOS_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);
static InputParameters validParams()
KokkosElementVariableStatistics(const InputParameters ¶meters)
KOKKOS_FUNCTION Kokkos::pair< Real, Real > computeValue(Datum &datum) const
const Moose::Kokkos::VariableValue _v
The coupled variable used.
const InputParameters & parameters() const
Get the parameters of the object.
The Kokkos object that holds thread-private data in the parallel operations of any Kokkos object.
KOKKOS_FUNCTION Real JxW(const unsigned int qp)
Get the transformed Jacobian weight.
KOKKOS_FUNCTION unsigned int n_qps() const
Get the number of local quadrature points.
The Kokkos wrapper classes for MOOSE-like variable value access.