47 virtual void output()
override;
BlockRestrictionDebugOutput(const InputParameters ¶meters)
const bool & _show_block_restriction_groups
Whether to print object groups by identical block restriction.
void printBlockRestrictionMap() const
Prints block-restriction information.
const InputParameters & parameters() const
Get the parameters of the object.
virtual void output() override
Perform the debugging output.
A class for producing various debug related outputs.
const bool & _show_block_restriction_map
Whether to print the existing per-block restriction map.
const bool & _show_boundary_restriction_groups
Whether to print object groups by identical boundary restriction.
const NonlinearSystemBase & _nl
Reference to MOOSE's nonlinear system.
void printBoundaryRestrictionGroups() const
Prints object groups with identical boundary restrictions.
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.)
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type...
void printBlockRestrictionGroups() const
Prints object groups with identical block restrictions.
const libMesh::System & _sys
Reference to libMesh system.