30 Real u =
_u(datum, qp);
Computes the "nodal" L2-norm of the coupled variable, which is defined by summing the square of its v...
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
static InputParameters validParams()
KokkosNodalL2Norm(const InputParameters ¶meters)
KOKKOS_FUNCTION Real computeValue(const unsigned int qp, Datum &datum) const
const Moose::Kokkos::VariableValue _u
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.