19 MooseEnum emit_on_nan(
"none warning exception error",
"none");
22 MooseEnum emit_on_nan(
"none warning exception error",
"error");
29 "Whether to raise a warning, an exception (usually triggering a retry " 30 "with a smaller time step) or an error (ending the simulation)");
36 : _moose_object(moose_object),
NaNInterface(const MooseObject *moose_object)
static InputParameters validParams()
Interface class for producing errors, warnings, or just quiet NaNs.