28 std::vector<const Function *>
_funcs;
Base class for function objects.
virtual RealEigenVector computeValue() override
Compute and return the value of the aux variable.
std::vector< const Function * > _funcs
Functions being used to compute the value of this kernel.
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
Eigen::Matrix< Real, Eigen::Dynamic, 1 > RealEigenVector
Base class for creating new auxiliary kernels and auxiliary boundary conditions.
FunctionArrayAux(const InputParameters ¶meters)