From 923276d9be6b180564fbe10ec1625d8f8b7370c0 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Wed, 3 Feb 2021 14:06:31 -0800 Subject: [PATCH] adams description --- src/bibtex/all.bib | 13 +++++++++++++ src/stan-users-guide/odes.Rmd | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/bibtex/all.bib b/src/bibtex/all.bib index a4944c0e5..616c9d09b 100644 --- a/src/bibtex/all.bib +++ b/src/bibtex/all.bib @@ -1623,3 +1623,16 @@ @book{hairer:1993 author = {Hairer, Ernst and {Nørsett}, Syvert P. and Wanner, Gerhard}, year = {1993}, } + + +@book{montenbrucksatellite:2000, + address = {Berlin Heidelberg}, + title = {Satellite {Orbits}: {Models}, {Methods} and {Applications}}, + isbn = {978-3-540-67280-7}, + shorttitle = {Satellite {Orbits}}, + language = {en}, + publisher = {Springer-Verlag}, + author = {Montenbruck, Oliver and Gill, Eberhard}, + year = {2000}, + doi = {10.1007/978-3-642-58351-3}, +} diff --git a/src/stan-users-guide/odes.Rmd b/src/stan-users-guide/odes.Rmd index 70d368112..2ae87e894 100644 --- a/src/stan-users-guide/odes.Rmd +++ b/src/stan-users-guide/odes.Rmd @@ -9,7 +9,10 @@ tuned for solving non-stiff systems and for stiff systems are available. * `adams`: a variable-step, variable-order, Adams-Moulton formula implementation for non-stiff systems - [@CohenHindmarsh:1996; @SerbanHindmarsh:2005] + [@CohenHindmarsh:1996; @SerbanHindmarsh:2005]. The method has order + up to 12, hence is commonly used when high-accuracy is + desired for a very smooth solution, + such as in modeling celestial mechanics and orbital dynamics [@montenbrucksatellite:2000]. * `bdf`: a variable-step, variable-order, backward-differentiation formula implementation for stiff systems