SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
216 stars 39 forks source link

feat: support indexing AbstractNonlinearSolveCache #406

Closed AayushSabharwal closed 2 months ago

AayushSabharwal commented 2 months ago

Close https://github.com/SciML/SciMLBase.jl/issues/662

@TorkelE

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.14%. Comparing base (e3238a7) to head (b70fbe1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #406 +/- ## ========================================== - Coverage 86.59% 80.14% -6.46% ========================================== Files 46 46 Lines 2827 2840 +13 ========================================== - Hits 2448 2276 -172 - Misses 379 564 +185 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.