$ julia --version
julia version 1.12.6
help?> Tsit5
search: Tsit5 AutoTsit5 isbits
Tsit5(; stage_limiter! = OrdinaryDiffEq.trivial_limiter!,
step_limiter! = OrdinaryDiffEq.trivial_limiter!,
thread = OrdinaryDiffEq.False())
Explicit Runge-Kutta Method. Tsitouras 5/4 Runge-Kutta method. (free 4th order interpolant). Recommended for most non-stiff problems. Good default choice for unknown stiffness. Highly efficient and generic. Very good
performance for most non-stiff ODEs. Recommended as default method for unknown stiffness problems.
Keyword Arguments
–––––––––––––––––
• stage_limiter!: function of the form limiter!(u, integrator, p, t)
• step_limiter!: function of the form limiter!(u, integrator, p, t)
• thread: determines whether internal broadcasting on appropriate CPU arrays should be serial (thread = OrdinaryDiffEq.False()) or use multiple threads (thread = OrdinaryDiffEq.True()) when Julia is started with
multiple threads.
References
==========
@article{tsitouras2011runge, title={Runge–Kutta pairs of order 5 (4) satisfying only the first column simplifying assumption}, author={Tsitouras, Ch}, journal={Computers \& Mathematics with Applications}, volume={62},
number={2}, pages={770–775}, year={2011}, publisher={Elsevier}, doi={10.1016/j.camwa.2011.06.002} }
using OrdinaryDiffEqTsit5
Tsit5()
Pre-submission checklist
Client
VSCode
Julia
versioninfo()JETLS version
$ jetls --version
JETLS version avi/compiler-summit-2026
Reproduction with the VSCode reference client
Description
whereas in the Julia REPL, we get help and other info for this binding:
Steps to reproduce
hover on Tsit5
JETLS configuration (if applicable)
No response
Additional context (optional)
No response