27 virtual RealEigenVector
value(
const Point & p)
override;
32 virtual RealVectorArrayValue
gradient(
const Point & p)
override;
34 std::vector<const Function *>
_func;
std::vector< const Function * > _func
virtual RealEigenVector value(const Point &p) override
The value of the variable at a point.
virtual RealVectorArrayValue gradient(const Point &p) override
The value of the gradient at a point.
static InputParameters validParams()
Base class for function objects.
This is a template class that implements the workhorse compute and computeNodal methods.
const InputParameters & parameters() const
Get the parameters of the object.