SetupDebugAction
Adds various debugging type Output objects to the simulation system.
Overview
This Action object acts whenever the [Debug]
block exists in the input file and provides parameters, as listed below, for creating various Output objects as well a flags for debugging the action and/or parser system execution. Please refer to the Debug System for more details.
- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector
Description:If specified only the blocks named will be visited and made active
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector
Description:If specified blocks matching these identifiers will be skipped.
- show_actionsFalsePrint out the actions being executed
Default:False
C++ Type:bool
Description:Print out the actions being executed
- show_material_propsFalsePrint out the material properties supplied for each block, face, neighbor, and/or sideset
Default:False
C++ Type:bool
Description:Print out the material properties supplied for each block, face, neighbor, and/or sideset
- show_parserFalseShows parser block extraction and debugging information
Default:False
C++ Type:bool
Description:Shows parser block extraction and debugging information
- show_top_residuals0The number of top residuals to print out (0 = no output)
Default:0
C++ Type:unsigned int
Description:The number of top residuals to print out (0 = no output)
- show_var_residual_normsFalsePrint the residual norms of the individual solution variables at each nonlinear iteration
Default:False
C++ Type:bool
Description:Print the residual norms of the individual solution variables at each nonlinear iteration