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