File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -495,14 +495,13 @@ Automatically does `u_modified!(tang_integ, true)`.
495495function set_deviations! end
496496
497497"""
498- parallel_integrator(ds::DynamicalSystem, states; diff_eq_kwargs )
498+ parallel_integrator(ds::DynamicalSystem, states; kwargs... )
499499Return an integrator object that can be used to evolve many `states` of
500500a system in parallel at the *exact same times*, using `step!(integ [, Δt])`.
501501
502502`states` are expected as vectors of vectors.
503503
504504## Keyword Arguments
505- * `u0, t0` : Optional different initial state and time.
506505* `diffeq...` : Keyword arguments propagated into `init` of DifferentialEquations.jl.
507506 See [`trajectory`](@ref) for examples. Only valid for continuous systems.
508507 These keywords can also include `callback` for [event handling](http://docs.juliadiffeq.org/latest/features/callback_functions.html).
You can’t perform that action at this time.
0 commit comments