Skip to content

Commit

Permalink
Update src/initialize_dae.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 20, 2023
1 parent 1bba920 commit 0491642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initialize_dae.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BrownFullBasicInit(abstol) = BrownFullBasicInit(; abstol = abstol, nlsolve = not
using SciMLNLSolve
default_nlsolve(alg, isinplace, u, autodiff = false) = alg
function default_nlsolve(::Nothing, isinplace, u, autodiff = false)
RobustMultiNewton(autodiff = autodiff)
TrustRegion(autodiff = autodiff)
end
function default_nlsolve(::Nothing, isinplace::Val{false}, u::StaticArray, autodiff = false)
SimpleNewtonRaphson(autodiff = autodiff)
Expand Down

0 comments on commit 0491642

Please sign in to comment.