registerMooseObject("MooseApp", NearestPointIntegralVariablePostprocessor)
This postprocessor computes a volume integral of the specified variable.
Base class VectorPostprocessors operating on elemental variables.
Given a list of points this object computes the variable integral closest to each one of those points...
NearestPointIntegralVariablePostprocessor(const InputParameters ¶meters)
static InputParameters validParams()
virtual Real spatialValue(const Point &point) const override
Given a Point return the integral value associated with the layer that point falls in for the layered...
Real userObjectValue(unsigned int i) const
unsigned int nearestPointIndex(const Point &point) const
VectorPostprocessorValue & _np_post_processor_values
_enumerate_range< Iterator > enumerate(Iterator first, Iterator last, typename std::iterator_traits< Iterator >::difference_type initial)
Enumerate function for iterating over a range and obtaining both a reference to the underlying type a...