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 Apr 23, 2024
1 parent 06d2c31 commit d4aa4b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,9 @@ struct ERKN7 <: OrdinaryDiffEqAdaptivePartitionedAlgorithm end
Does not include an adaptive method. Solves for for d-dimensional differential systems of second order linear inhomogeneous equations.
Is only fourth order for these systems, the method is second order otherwise.
!!! warn
This method is only fourth order for these systems, the method is second order otherwise!
## References
@article{MONTIJANO2024115533,
Expand Down

0 comments on commit d4aa4b9

Please sign in to comment.