std::vector< const PostprocessorValue * > _pp_values
Postprocessor values.
const std::vector< Real > & _tolerances
Tolerance for each Postprocessor.
unsigned int _max_desc_length
Maximum description length.
unsigned int getMaxDescriptionLength() const
Returns the maximum description length.
MultiPostprocessorConvergence(const InputParameters ¶meters)
static InputParameters validParams()
std::string comparisonLine(const std::string &description, const Real err, const Real tol) const
Generates a colored line for a tolerance comparison.
Converges if multiple post-processors are all less than tolerances.
virtual MooseConvergenceStatus checkConvergenceInner(unsigned int iter) override
Inner check of convergence.
std::vector< std::string > _descriptions
Description of each Postprocessor.
virtual void initialSetup() override
Gets called at the beginning of the simulation before this object is asked to do its job...