Skip to content

Commit e5b3399

Browse files
Merge pull request #2551 from gstein3m/patch-7
Update generic_rosenbrock.jl references
2 parents 9b4ecb2 + f0690e6 commit e5b3399

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

lib/OrdinaryDiffEqRosenbrock/src/generic_rosenbrock.jl

+16-18
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,9 @@ An Order 2/3 L-Stable Rosenbrock-W method for stiff ODEs and DAEs in mass matrix
950950
""",
951951
"Rodas23W",
952952
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
955956
""",
956957
with_step_limiter = true) Rodas23W
957958

@@ -1035,9 +1036,8 @@ references = """
10351036
""",
10361037
"Rodas3",
10371038
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.
10411041
""",
10421042
with_step_limiter=true) Rodas3
10431043

@@ -1048,9 +1048,9 @@ and additional error test for interpolation. Keeps accuracy on discretizations o
10481048
""",
10491049
"Rodas3P",
10501050
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
10541054
""",
10551055
with_step_limiter=true) Rodas3P
10561056

@@ -1096,9 +1096,10 @@ lower if not corrected).
10961096
""",
10971097
"Rodas4P",
10981098
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.
11021103
""",
11031104
with_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",
11121113
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.
11161116
""",
11171117
with_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",
11501149
references = """
@@ -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",
11631161
references = """

0 commit comments

Comments
 (0)