27 virtual Real
value(Real t,
const Point & pt)
const override;
32 std::vector<const Function *>
_f;
DualNumber< Real, DNDerivativeType, true > ADReal
Base class for function objects.
virtual Real value(Real t, const Point &pt) const override
Override this to evaluate the scalar function at point (t,x,y,z), by default this returns zero,...
std::vector< const Function * > _f
static InputParameters validParams()
Interface for objects that need to use functions.
Base class for function objects.
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,...
const InputParameters & parameters() const
Get the parameters of the object.