An interface for accessing Moose::Functors for systems that do not care about automatic differentiati...
const Moose::Functor< Real > & _factor
Factor to multiply the functor with.
FunctorTimes(const InputParameters ¶meters)
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
Times objects are under the hood Reporters, but limited to a vector of Real.
virtual void initialize() override
In charge of computing / loading the times, unless all that could be done there is done in the constr...
static InputParameters validParams()
virtual ~FunctorTimes()=default
Times created by evaluating a functor.
const InputParameters & parameters() const
Get the parameters of the object.
const Moose::Functor< Real > & _functor
Functor to evaluate the time to append to the Times vector.