2010
DOI: 10.18637/jss.v033.i09
|View full text |Cite
|
Sign up to set email alerts
|

Solving Differential Equations inR: PackagedeSolve

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

2
564
0
4

Year Published

2014
2014
2024
2024

Publication Types

Select...
8
2

Relationship

0
10

Authors

Journals

citations
Cited by 1,128 publications
(574 citation statements)
references
References 18 publications
2
564
0
4
Order By: Relevance
“…Currently, most of the methods for stiff equations are wrapped methods (only the Rosenbrock with/without local extrapolation, and the order 1/2 BDF methods exist in native forms). While these methods, such as CVODE (provided by Sundials.jl 25 ) and radau (provided by ODEInterface.jl 26 ), are widely regarded standards for stiff ODEs, by not being native Julia functions these algorithms choices do not allow for the extra functionality such as arbitrary precision and arithmetic with physical units (these features require a pure-Julia implementation). Instead, since these are the standard algorithms wrapped in packages such as SciPy [15] and R's deSolve [26], the limitations of these wrapped solvers match the limitations of other common libraries.…”
Section: Limitations and Future Development Plansmentioning
confidence: 99%
“…Currently, most of the methods for stiff equations are wrapped methods (only the Rosenbrock with/without local extrapolation, and the order 1/2 BDF methods exist in native forms). While these methods, such as CVODE (provided by Sundials.jl 25 ) and radau (provided by ODEInterface.jl 26 ), are widely regarded standards for stiff ODEs, by not being native Julia functions these algorithms choices do not allow for the extra functionality such as arbitrary precision and arithmetic with physical units (these features require a pure-Julia implementation). Instead, since these are the standard algorithms wrapped in packages such as SciPy [15] and R's deSolve [26], the limitations of these wrapped solvers match the limitations of other common libraries.…”
Section: Limitations and Future Development Plansmentioning
confidence: 99%
“…Through the application of the R package ReacTran (Soetaert and Meysman, 2012), a sediment grid 10 m thick with 20 000 layers of identical thicknesses was generated. The finite difference approach transforms the partial differentials into ordinary differentials which are subsequently integrated by a stiff solver routine vode (Brown and Hindmarsh, 1989) within the R package DeSolve (Soetaert et al, 2010). Boundary conditions were chosen to reflect Permian oceanic conditions based on the current state of research (Sect.…”
Section: Numerical Solutions and Parametersmentioning
confidence: 99%
“…We ran the model in r using ode for model integration and optim for parameter fitting (R Core Team, 2014;Soetaert et al, 2010).…”
Section: Model Calibrationmentioning
confidence: 99%