const InputParameters & parameters() const
Get the parameters of the object.
Reporter containing operation between vectors from another Reporter.
Reporter containing row sum of a vector of vectors from another Reporter.
const std::vector< std::vector< Real > > & _reporter_data
Vector being operated on.
std::vector< Real > & _output_reporter
output containing reduction of vector of vector into a vector
virtual void execute() override
Execute method.
static InputParameters validParams()
const Real _initial_reduction_value
const ReporterName _vec_of_vec_name
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual void finalize() override
Finalize.
The Reporter system is comprised of objects that can contain any number of data values.