Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.

License

NotificationsYou must be signed in to change notification settings

SciML/NonlinearSolve.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,627 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Join the chat at https://julialang.zulipchat.com #sciml-bridgedGlobal DocsDOI

codecovBuild StatusBuild status

ColPrac: Contributor's Guide on Collaborative Practices for Community PackagesSciML Code Style

Fast implementations of root finding algorithms in Julia that satisfy the SciML common interface.

For information on using the package,see the stable documentation. Use thein-development documentation for the version ofthe documentation which contains the unreleased features.

High Level Examples

using NonlinearSolve, StaticArraysf(u, p)= u.* u.-2u0=@SVector[1.0,1.0]prob=NonlinearProblem(f, u0)sol=solve(prob)## Bracketing Methodsf(u, p)= u.* u.-2.0u0= (1.0,2.0)# bracketsprob=IntervalNonlinearProblem(f, u0)sol=solve(prob)

Citation

If you found this library to be useful in academic work, then please cite:

@article{pal2024nonlinearsolve,author ={Pal, Avik and Holtorf, Flemming and Larsson, Axel and Loman, Torkel and Utkarsh and Sch\"{a}fer, Frank and Qu, Qingyu and Edelman, Alan and Rackauckas, Chris},title ={NonlinearSolve.jl: High-Performance and Robust Solvers for Systems of Nonlinear Equations in Julia},year ={2025},publisher ={Association for Computing Machinery},address ={New York, NY, USA},issn ={0098-3500},url ={https://doi.org/10.1145/3779117},doi ={10.1145/3779117},  abstract = {Efficiently solving nonlinear equations underpins numerous scientific and engineering disciplines, yet scaling these solutions for challenging system models remains a challenge. This paper presents NonlinearSolve.jl – a suite of high-performance open-source nonlinear equation solvers implemented natively in the Julia programming language. NonlinearSolve.jl distinguishes itself by offering a unified API that accommodates a diverse range of solver specifications alongside features such as automatic algorithm selection based on runtime analysis, support for static array kernels for improved GPU computation on smaller problems, and the utilization of sparse automatic differentiation and Jacobian-free Krylov methods for large-scale problem-solving. Through rigorous comparison with established tools such as PETSc SNES, Sundials KINSOL, and MINPACK, NonlinearSolve.jl demonstrates robustness and efficiency, achieving significant advancements in solving nonlinear equations while being implemented in a high-level programming language. The capabilities of NonlinearSolve.jl unlock new potentials in modeling and simulation across various domains, making it a valuable addition to the computational toolkit of researchers and practitioners alike.},note ={Just Accepted},journal ={ACM Trans. Math. Softw.},month = dec,keywords ={Nonlinear Systems, Root Finding, Sparsity Detection, Automatic Differentiation, JuliaLang}}

Sponsor this project

 

Packages

No packages published

Contributors67

Languages


[8]ページ先頭

©2009-2026 Movatter.jp