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

Add a tutorial on using SimpleNonlinearSolve inside kernels #405

Open avik-pal opened 2 months ago

avik-pal commented 2 months ago

We have an example of this in the paper, we just need to write it up as a tutorial.

Spinachboul commented 2 months ago

Hi I would like to take this issue up Could you please provide with the paper to follow? @avik-pal

avik-pal commented 2 months ago

https://arxiv.org/pdf/2403.16341 section 3.3

Spinachboul commented 2 months ago

ok got it! I'll work on it

Spinachboul commented 2 months ago

Do we also need to add the link of the reference paper? @avik-pal