26 virtual Real
value(Real t,
const Point & pt)
const override;
28 virtual RealVectorValue
vectorValue(Real t,
const Point & p)
const override;
29 virtual RealGradient
gradient(Real t,
const Point & p)
const override;
32 std::vector<std::pair<const Function *, Real>>
_fw;
DualNumber< Real, DNDerivativeType, true > ADReal
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,...
Sum_over_i (w_i * functions_i)
static InputParameters validParams()
virtual RealVectorValue vectorValue(Real t, const Point &p) const override
Override this to evaluate the vector function at a point (t,x,y,z), by default this returns a zero ve...
virtual RealGradient gradient(Real t, const Point &p) const override
Function objects can optionally provide a gradient at a point.
std::vector< std::pair< const Function *, Real > > _fw
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,...
const InputParameters & parameters() const
Get the parameters of the object.