13#include "libmesh/communicator.h"
29 virtual void execute()
override;
virtual void finalize() override
static InputParameters validParams()
int _num_rows
Number of rows, representing the number of data entries in the VectorPostprocessor.
const UserObjectName & _uo_name
User object to grab average value from.
MooseMesh & _mesh
Reference to the mesh.
virtual void execute() override
const ComputeBlockOrientationBase * _uo
std::vector< VectorPostprocessorValue * > _output_vector
Vector of outputs, where each entry is the vector of average values for single variable in each block...
int _num_cols
Number of columns, representing the number of features in the VectorPostprocessor.
virtual void initialize() override
Computes the average value of a variable on each block.
const InputParameters & parameters() const