26 virtual void execute()
override;
30 std::vector<const Moose::Functor<Real> *>
_functors;
const InputParameters & parameters() const
Get the parameters of the object.
Base class for sampling objects (variables, functors etc) at points.
Samples one or more functor(s) at points given by a Positions object.
static InputParameters validParams()
virtual void execute() override
Execute method.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
std::vector< const Moose::Functor< Real > * > _functors
Functors to sample.
const Positions & _positions
Positions to sample the functors at.
Positions objects are under the hood Reporters.