27 "Enable printing of additional information, including convergence and divergence reasons.");
44 _perfid_check_convergence(registerTimedSection(
"checkConvergence", 5,
"Checking Convergence")),
46 _verbose(getParam<bool>(
"verbose") ? true : getMooseApp().getExecutioner()->verbose())
53 const auto str = oss.str();
55 if (str.length() == 0)
A MultiMooseEnum object to hold "execute_on" flags.
static InputParameters validParams()
void verboseOutput(std::ostringstream &oss)
Outputs the stream to the console if verbose output is enabled.
static InputParameters validParams()
virtual const std::string & name() const
Get the name of the class.
Interface for objects that needs transient capabilities.
Every object that can be built by the factory should be derived from this class.
std::string trim(const std::string &str, const std::string &white_space=" \\\)
Standard scripting language trim function.
static InputParameters validParams()
Interface for objects interacting with the PerfGraph.
static InputParameters validParams()
static InputParameters validParams()
const ConsoleStream _console
An instance of helper class to write streams to the Console objects.
static InputParameters validParams()
Interface class for classes which interact with Postprocessors.
bool verbose() const
Returns whether verbose mode has been enabled.
Convergence(const InputParameters ¶meters)