henry2004y / TestParticle.jl

Test particle tracing in electromagnetic field
https://henry2004y.github.io/TestParticle.jl/dev/
MIT License
14 stars 3 forks source link

Make dt a solve keyword #139

Closed henry2004y closed 4 months ago

henry2004y commented 5 months ago

Currently dt is a TraceProblem parameter. To be more consistent with DifferentialEquations, dt should instead be an keyword argument for solve.