28   std::vector<const Function *> 
_funcs;
 Base class for function objects. 
const InputParameters & parameters() const
Get the parameters of the object. 
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. 
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)