const RealEigenVector _weights
values specified by the weights parameter or 1 otherwise
Real computeValue() override
Compute and return the value of the aux variable.
static InputParameters validParams()
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
const MooseEnum _value_type
The type of reduction operation performed on the array variable.
const ArrayVariableValue & _array_variable
the array variable value we will perform the reduction on
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ArrayVarReductionAux(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
Eigen::Matrix< Real, Eigen::Dynamic, 1 > RealEigenVector
Base class for creating new auxiliary kernels and auxiliary boundary conditions.