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

Allow FiniteDiff propagation for scalar problems #409

Closed avik-pal closed 2 months ago

avik-pal commented 2 months ago

Checklist

Additional context

Fixes #408

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 86.86%. Comparing base (e295922) to head (0dc75b4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #409 +/- ## ========================================== + Coverage 86.71% 86.86% +0.15% ========================================== Files 46 46 Lines 2845 2855 +10 ========================================== + Hits 2467 2480 +13 + Misses 378 375 -3 ```

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