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
238 stars 42 forks source link

[WIP] Pseudo-Transient Method #228

Closed yonatanwesen closed 1 year ago

yonatanwesen commented 1 year ago

This PR adds pseudo-transient methods using adaptive step size described here created this new PR since #215 had too many merge conflicts