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 `setindex!` for nonlinear integrators #447

Closed AayushSabharwal closed 3 weeks ago

AayushSabharwal commented 3 weeks ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 85.73%. Comparing base (a74c321) to head (5eba972).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #447 +/- ## ========================================== - Coverage 86.45% 85.73% -0.73% ========================================== Files 47 47 Lines 2872 2874 +2 ========================================== - Hits 2483 2464 -19 - Misses 389 410 +21 ```

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