Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ExpRK to use calc_J! and new DiffEqOperators #438

Merged
merged 11 commits into from
Jul 18, 2018
1 change: 0 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
julia 0.7-beta2
DiffEqBase 3.8.0
DiffEqOperators
Parameters 0.5.0
ForwardDiff 0.7.0
GenericSVD 0.0.2
Expand Down
2 changes: 0 additions & 2 deletions src/OrdinaryDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ module OrdinaryDiffEq
# Internal utils
import DiffEqBase: ODE_DEFAULT_NORM, ODE_DEFAULT_ISOUTOFDOMAIN, ODE_DEFAULT_PROG_MESSAGE, ODE_DEFAULT_UNSTABLE_CHECK

using DiffEqOperators: DiffEqArrayOperator

import RecursiveArrayTools: chain, recursivecopy!

using Parameters, GenericSVD, ForwardDiff, RecursiveArrayTools,
Expand Down