Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/bibtex/all.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
5 changes: 4 additions & 1 deletion src/stan-users-guide/odes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down