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
221 stars 39 forks source link

Add SIAMFANLEquations wrapper #333

Closed ErikQQY closed 7 months ago

ErikQQY commented 7 months ago

Fix #109

Checklist

codecov[bot] commented 7 months ago

Codecov Report

Attention: 34 lines in your changes are missing coverage. Please review.

Comparison is base (eabb403) 88.47% compared to head (e2de813) 87.32%.

Files Patch % Lines
ext/NonlinearSolveSIAMFANLEquationsExt.jl 57.69% 33 Missing :warning:
src/extension_algs.jl 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #333 +/- ## ========================================== - Coverage 88.47% 87.32% -1.16% ========================================== Files 26 27 +1 Lines 2048 2130 +82 ========================================== + Hits 1812 1860 +48 - Misses 236 270 +34 ```

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

ChrisRackauckas commented 7 months ago

Just two comments to address.