AddIterationCountPostprocessorsAction

Adds postprocessors for linear and nonlinear iterations

This action adds a "count_iterations" parameter to the [Debug] block to print the number, current and cumulative, of linear and nonlinear iterations using Postprocessors named:

  • num_linear_iterations_per_step

  • num_nonlinear_iterations_per_step

  • num_linear_iterations

  • num_nonlinear_iterations

Input Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector<std::string>

    Unit:(no unit assumed)

    Controllable:No

    Description:If specified only the blocks named will be visited and made active

  • count_iterationsFalseAdd postprocessors for linear and nonlinear iterations

    Default:False

    C++ Type:bool

    Unit:(no unit assumed)

    Controllable:No

    Description:Add postprocessors for linear and nonlinear iterations

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector<std::string>

    Unit:(no unit assumed)

    Controllable:No

    Description:If specified blocks matching these identifiers will be skipped.

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Unit:(no unit assumed)

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

Advanced Parameters