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)
const ConsoleStream _console
An instance of helper class to write streams to the Console objects.
Convergence(const InputParameters ¶meters)
bool verbose() const
Returns whether verbose mode has been enabled.
static InputParameters validParams()
void verboseOutput(std::ostringstream &oss)
Outputs the stream to the console if verbose output is enabled.
A MultiMooseEnum object to hold "execute_on" flags.
const std::string & name() const
Get the name of the class.
Every object that can be built by the factory should be derived from this class.
static InputParameters validParams()
Interface for objects interacting with the PerfGraph.
static InputParameters validParams()
Interface class for classes which interact with Postprocessors.
static InputParameters validParams()
static InputParameters validParams()
Interface for objects that needs transient capabilities.
static InputParameters validParams()