Heun

The Heun has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# Heun
!syntax description /Executioner/TimeIntegrator/Heun
## Overview
!! Replace these lines with information regarding the Heun object.
## Example Input File Syntax
!! Describe and include an example of how to use the Heun object.
!syntax parameters /Executioner/TimeIntegrator/Heun
!syntax inputs /Executioner/TimeIntegrator/Heun
!syntax children /Executioner/TimeIntegrator/Heun
!syntax description /Executioner/TimeIntegrator/Heun
Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
Input Files
- test/tests/time_integrators/convergence/explicit_convergence.i
- test/tests/time_integrators/scalar/scalar.i