- variablesA subset of the variables that this time integrator should be applied to
C++ Type:std::vector<VariableName>
Unit:(no unit assumed)
Controllable:No
Description:A subset of the variables that this time integrator should be applied to
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>
Unit:(no unit assumed)
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
Unit:(no unit assumed)
Controllable:No
Description:Set the enabled status of the MooseObject.
Advanced Parameters
References
- R. Alexander.
Diagonally implicit runge-kutta methods for stiff odes.
SIAM J. Numer. Anal., 14(6):1006–1021, 1977.[BibTeX]