@@ -950,8 +950,9 @@ An Order 2/3 L-Stable Rosenbrock-W method for stiff ODEs and DAEs in mass matrix
950950""" ,
951951" Rodas23W" ,
952952references = """
953- - Steinebach G., Rodas23W / Rodas32P - a Rosenbrock-type method for DAEs with additional error estimate for dense output and Julia implementation,
954- In progress.
953+ - Steinebach G., Rosenbrock methods within OrdinaryDiffEq.jl - Overview, recent developments and applications -
954+ Preprint 2024
955+ https://github.com/hbrs-cse/RosenbrockMethods/blob/main/paper/JuliaPaper.pdf
955956""" ,
956957with_step_limiter = true ) Rodas23W
957958
@@ -1035,9 +1036,8 @@ references = """
10351036""" ,
10361037" Rodas3" ,
10371038references = """
1038- - Steinebach G. Construction of Rosenbrock–Wanner method Rodas5P and numerical benchmarks
1039- within the Julia Differential Equations package.
1040- In: BIT Numerical Mathematics, 63(2), 2023
1039+ - Sandu, Verwer, Van Loon, Carmichael, Potra, Dabdub, Seinfeld, Benchmarking stiff ode solvers for atmospheric chemistry problems-I.
1040+ implicit vs explicit, Atmospheric Environment, 31(19), 3151-3166, 1997.
10411041""" ,
10421042with_step_limiter= true ) Rodas3
10431043
@@ -1048,9 +1048,9 @@ and additional error test for interpolation. Keeps accuracy on discretizations o
10481048""" ,
10491049" Rodas3P" ,
10501050references = """
1051- - Steinebach G., Rodas23W / Rodas32P - a Rosenbrock-type method for DAEs with additional error estimate
1052- for dense output and Julia implementation,
1053- In progress.
1051+ - Steinebach G., Rosenbrock methods within OrdinaryDiffEq.jl - Overview, recent developments and applications -
1052+ Preprint 2024
1053+ https://github.com/hbrs-cse/RosenbrockMethods/blob/main/paper/JuliaPaper.pdf
10541054""" ,
10551055with_step_limiter= true ) Rodas3P
10561056
@@ -1096,9 +1096,10 @@ lower if not corrected).
10961096""" ,
10971097" Rodas4P" ,
10981098references = """
1099- - Steinebach G., Rodas23W / Rodas32P - a Rosenbrock-type method for DAEs with additional error estimate
1100- for dense output and Julia implementation,
1101- In progress.
1099+ - Steinebach, G., Rentrop, P., An adaptive method of lines approach for modelling flow and transport in rivers.
1100+ Adaptive method of lines , Wouver, A. Vande, Sauces, Ph., Schiesser, W.E. (ed.),S. 181-205,Chapman & Hall/CRC, 2001,
1101+ - Steinebach, G., Oder-reduction of ROW-methods for DAEs and method of lines applications.
1102+ Preprint-Nr. 1741, FB Mathematik, TH Darmstadt, 1995.
11021103""" ,
11031104with_step_limiter= true ) Rodas4P
11041105
@@ -1110,9 +1111,8 @@ of Roadas4P and in case of inexact Jacobians a second order W method.
11101111""" ,
11111112" Rodas4P2" ,
11121113references = """
1113- - Steinebach G., Rodas23W / Rodas32P - a Rosenbrock-type method for DAEs with additional error estimate
1114- for dense output and Julia implementation,
1115- In progress.
1114+ - Steinebach G., Improvement of Rosenbrock-Wanner Method RODASP, In: Reis T., Grundel S., Schöps S. (eds)
1115+ Progress in Differential-Algebraic Equations II. Differential-Algebraic Equations Forum. Springer, Cham., 165-184, 2020.
11161116""" ,
11171117with_step_limiter= true ) Rodas4P2
11181118
@@ -1143,8 +1143,7 @@ with_step_limiter=true) Rodas5P
11431143
11441144@doc rosenbrock_wolfbrandt_docstring (
11451145"""
1146- A 5th order A-stable stiffly stable Rosenbrock method with a stiff-aware 4th order interpolant.
1147- Has improved stability in the adaptive time stepping embedding.
1146+ Variant of Ropdas5P with additional residual control.
11481147""" ,
11491148" Rodas5Pr" ,
11501149references = """
@@ -1156,8 +1155,7 @@ with_step_limiter=true) Rodas5Pr
11561155
11571156@doc rosenbrock_wolfbrandt_docstring (
11581157"""
1159- A 5th order A-stable stiffly stable Rosenbrock method with a stiff-aware 4th order interpolant.
1160- Has improved stability in the adaptive time stepping embedding.
1158+ Variant of Ropdas5P with modified embedded scheme.
11611159""" ,
11621160" Rodas5Pe" ,
11631161references = """
0 commit comments