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 fixed point solvers #344

Closed ErikQQY closed 7 months ago

ErikQQY commented 7 months ago

Add fixed point solvers from SIAMFANLEquations.jl

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (e722fad) 88.02% compared to head (a72da25) 88.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #344 +/- ## ========================================== + Coverage 88.02% 88.06% +0.03% ========================================== Files 28 28 Lines 2172 2178 +6 ========================================== + Hits 1912 1918 +6 Misses 260 260 ```

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