OutputTools< RealEigenVector >::VariableValue ArrayVariableValue
const ArrayVariableValue & _array_variable
the array variable value we will perform the reduction on
const RealEigenVector _weights
values specified by the weights parameter or 1 otherwise
const MooseEnum _value_type
The type of reduction operation performed on the array variable.
static InputParameters validParams()
Real computeValue() override
Compute and return the value of the aux variable.
const InputParameters & parameters() const
Get the parameters of the object.
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...