34 std::vector<const Function *>
_func;
std::vector< const Function * > _func
Base class for function objects.
virtual RealEigenVector value(const Point &p) override
The value of the variable at a point.
This is a template class that implements the workhorse compute and computeNodal methods.
virtual RealVectorArrayValue gradient(const Point &p) override
The value of the gradient at a point.
static InputParameters validParams()
ArrayFunctionIC(const InputParameters ¶meters)
Eigen::Matrix< Real, Eigen::Dynamic, Moose::dim > RealVectorArrayValue
const InputParameters & parameters() const
Get the parameters of the object.
Eigen::Matrix< Real, Eigen::Dynamic, 1 > RealEigenVector