|
1 |
| -# NonlinearSolve.jl: High-Performance Unified Nonlinear Solvers |
| 1 | +# Overview |
2 | 2 |
|
3 |
| -NonlinearSolve.jl is a unified interface for the nonlinear solving packages of |
| 3 | +NonlinearSolve.jl is a high-performance unified interface for the nonlinear solving packages of |
4 | 4 | Julia. It includes its own high-performance nonlinear solvers which include the
|
5 | 5 | ability to swap out to fast direct and iterative linear solvers, along with the
|
6 | 6 | ability to use sparse automatic differentiation for Jacobian construction and
|
@@ -30,12 +30,15 @@ Pkg.add("NonlinearSolve")
|
30 | 30 |
|
31 | 31 | - Please refer to the
|
32 | 32 | [SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://github.com/SciML/ColPrac/blob/master/README.md)
|
33 |
| - for guidance on PRs, issues, and other matters relating to contributing to ModelingToolkit. |
| 33 | + for guidance on PRs, issues, and other matters relating to contributing to SciML. |
| 34 | +- See the [SciML Style Guide](https://github.com/SciML/SciMLStyle) for common coding practices and other style decisions. |
34 | 35 | - There are a few community forums:
|
35 |
| - - the #diffeq-bridged channel in the [Julia Slack](https://julialang.org/slack/) |
36 |
| - - [JuliaDiffEq](https://gitter.im/JuliaDiffEq/Lobby) on Gitter |
37 |
| - - on the Julia Discourse forums (look for the [modelingtoolkit tag](https://discourse.julialang.org/tag/modelingtoolkit) |
38 |
| - - see also [SciML Community page](https://sciml.ai/community/) |
| 36 | + - The #diffeq-bridged and #sciml-bridged channels in the |
| 37 | + [Julia Slack](https://julialang.org/slack/) |
| 38 | + - The #diffeq-bridged and #sciml-bridged channels in the |
| 39 | + [Julia Zulip](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged) |
| 40 | + - On the [Julia Discourse forums](https://discourse.julialang.org) |
| 41 | + - See also [SciML Community page](https://sciml.ai/community/) |
39 | 42 |
|
40 | 43 | ## Roadmap
|
41 | 44 |
|
|
0 commit comments