Skip to content

Commit

Permalink
Try with NonlinearSolve 1
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 23, 2023
1 parent f913b9e commit 0f4b1df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,17 @@ ArrayInterface = "7"
ConcreteStructs = "0.2"
DiffEqBase = "6.94.2"
ForwardDiff = "0.10"
NonlinearSolve = "2"
RecursiveArrayTools = "2.38.10"
NonlinearSolve = "1, 2"
ODEInterface = "0.5"
PreallocationTools = "0.4"
RecursiveArrayTools = "2.38"
RecursiveArrayTools = "2.38.10"
Reexport = "0.2, 1.0"
SciMLBase = "2"
Setfield = "1"
SparseDiffTools = "2.6"
TruncatedStacktraces = "1"
UnPack = "1"
julia = "1.9"
julia = "1.6"

[extras]
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
Expand Down
4 changes: 2 additions & 2 deletions src/algorithms.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DEFAULT_NLSOLVE_SHOOTING = NewtonRaphson(; autodiff = AutoForwardDiff())
const DEFAULT_NLSOLVE_MIRK = NewtonRaphson(; autodiff = AutoForwardDiff())
const DEFAULT_NLSOLVE_SHOOTING = NewtonRaphson()
const DEFAULT_NLSOLVE_MIRK = NewtonRaphson()
const DEFAULT_JACOBIAN_ALGORITHM_MIRK = MIRKJacobianComputationAlgorithm()

# Algorithms
Expand Down

0 comments on commit 0f4b1df

Please sign in to comment.