LStableDirk3

Third order diagonally implicit Runge Kutta method (Dirk) with three stages.

This method can be expressed as a Runge-Kutta method with the following Butcher Tableau:

where

This method can be expressed as a Runge-Kutta method with the following Butcher Tableau:

The method is L-stable:

This method is derived in detail in Alexander (1977). Unlike BDF3, this method is L-stable and so may be more suitable for "stiff" problems.

Input Parameters

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

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

    Controllable:No

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

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Set the enabled status of the MooseObject.

Input Files

References

  1. R. Alexander. Diagonally implicit runge-kutta methods for stiff odes. SIAM J. Numer. Anal., 14(6):1006–1021, 1977.[BibTeX]