Open
Description
It is a bit annoying that the algo keywords are not present in the docs, e.g
https://docs.sciml.ai/DiffEqDocs/stable/solvers/ode_solve/#Explicit-Runge-Kutta-Methods
Tsit5 - Tsitouras 5/4 Runge-Kutta method. (free 4th order interpolant).
Does not say anything about stage_limiter!
Tsit5(; stage_limiter! = OrdinaryDiffEq.trivial_limiter!,
step_limiter! = OrdinaryDiffEq.trivial_limiter!,
thread = OrdinaryDiffEq.False())
Should all these docstrings be added?
If so, probably best in a collapsed by default part since otherwise the page would become very long.
Metadata
Metadata
Assignees
Labels
No labels