Skip to content

Commit

Permalink
Allow NonlinearSolve to be used for the ODE NonlinearSolver
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed May 6, 2024
1 parent 4eca196 commit 7b3da65
Show file tree
Hide file tree
Showing 6 changed files with 342 additions and 157 deletions.
2 changes: 1 addition & 1 deletion src/OrdinaryDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export KuttaPRK2p5, PDIRK44, DImplicitEuler, DABDF2, DFBDF

export ShampineCollocationInit, BrownFullBasicInit, NoInit

export NLNewton, NLAnderson, NLFunctional
export NLNewton, NLAnderson, NLFunctional, NonlinearSolveAlg

export IController, PIController, PIDController
end # module
Loading

0 comments on commit 7b3da65

Please sign in to comment.