@@ -950,8 +950,9 @@ An Order 2/3 L-Stable Rosenbrock-W method for stiff ODEs and DAEs in mass matrix
950
950
""" ,
951
951
" Rodas23W" ,
952
952
references = """
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
955
956
""" ,
956
957
with_step_limiter = true ) Rodas23W
957
958
@@ -1035,9 +1036,8 @@ references = """
1035
1036
""" ,
1036
1037
" Rodas3" ,
1037
1038
references = """
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.
1041
1041
""" ,
1042
1042
with_step_limiter= true ) Rodas3
1043
1043
@@ -1048,9 +1048,9 @@ and additional error test for interpolation. Keeps accuracy on discretizations o
1048
1048
""" ,
1049
1049
" Rodas3P" ,
1050
1050
references = """
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
1054
1054
""" ,
1055
1055
with_step_limiter= true ) Rodas3P
1056
1056
@@ -1096,9 +1096,10 @@ lower if not corrected).
1096
1096
""" ,
1097
1097
" Rodas4P" ,
1098
1098
references = """
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.
1102
1103
""" ,
1103
1104
with_step_limiter= true ) Rodas4P
1104
1105
@@ -1110,9 +1111,8 @@ of Roadas4P and in case of inexact Jacobians a second order W method.
1110
1111
""" ,
1111
1112
" Rodas4P2" ,
1112
1113
references = """
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.
1116
1116
""" ,
1117
1117
with_step_limiter= true ) Rodas4P2
1118
1118
@@ -1143,8 +1143,7 @@ with_step_limiter=true) Rodas5P
1143
1143
1144
1144
@doc rosenbrock_wolfbrandt_docstring (
1145
1145
"""
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.
1148
1147
""" ,
1149
1148
" Rodas5Pr" ,
1150
1149
references = """
@@ -1156,8 +1155,7 @@ with_step_limiter=true) Rodas5Pr
1156
1155
1157
1156
@doc rosenbrock_wolfbrandt_docstring (
1158
1157
"""
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.
1161
1159
""" ,
1162
1160
" Rodas5Pe" ,
1163
1161
references = """
0 commit comments