47 virtual void output()
override;
BlockRestrictionDebugOutput(const InputParameters ¶meters)
void printBlockRestrictionMap() const
Prints block-restriction information.
virtual void output() override
Perform the debugging output.
A class for producing various debug related outputs.
const NonlinearSystemBase & _nl
Reference to MOOSE's nonlinear system.
Nonlinear system to be solved.
Based class for output objects.
const MultiMooseEnum & _scope
multi-enum of object types to show the block-restriction for
static InputParameters validParams()
static MultiMooseEnum getScopes(std::string default_scopes="")
Get the supported scopes of output (e.g., variables, etc.)
const InputParameters & parameters() const
Get the parameters of the object.
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type...
const libMesh::System & _sys
Reference to libMesh system.