Skip to content

Commit

Permalink
Update src/algorithms.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jun 7, 2023
1 parent 548178c commit 419d07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5257,8 +5257,8 @@ struct Nystrom4 <: OrdinaryDiffEqPartitionedAlgorithm end
A 5th order explicit Runge-Kutta-Nyström method which can be applied directly to second order ODEs.
Can only be used with fixed time steps.
In case the ODE does not depend on the first derivative, consider using
[`Nystrom5VelocityIndependent`](@ref) to increase performance.
This method requires that the acceleration equation needs to be independent of the velocity
otherwise it results in convergence order loss.
## References
```
Expand Down

0 comments on commit 419d07a

Please sign in to comment.