SimpleNonlinearSolve.jl icon indicating copy to clipboard operation
SimpleNonlinearSolve.jl copied to clipboard

[WIP] Simple JFNK

Open avik-pal opened this issue 1 year ago • 1 comments

I was playing around with JNFK for DEQs and the Nonlinear Solve implementation is a bit too complicated for those purposes

  • [x] Working Version
    • [ ] Batched Version
  • [ ] Testing
  • [ ] Are we okay with LinearSolve.jl as a dependency? -- Not really, let's use Krylov.jl directly as an extension
  • [ ] Preconditioners

avik-pal avatar Oct 12 '23 01:10 avik-pal