virtual Real value(Real t, const Point &p) const
Override this to evaluate the scalar function at point (t,x,y,z), by default this returns zero,...
static InputParameters validParams()
registerMooseObject("MooseApp", FunctionValuePostprocessor)
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
const Function & _function
defineLegacyParams(FunctionValuePostprocessor)
static InputParameters validParams()
This postprocessor displays a single value which is supplied by a MooseFunction.
virtual void execute() override
Execute method.
virtual PostprocessorValue getValue() override
This will get called to actually grab the final value the postprocessor has calculated.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
FunctionValuePostprocessor(const InputParameters ¶meters)