Skip to content

Commit

Permalink
Update docs/src/tutorials/advanced.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Rackauckas <[email protected]>
  • Loading branch information
ErikQQY and ChrisRackauckas authored Sep 16, 2023
1 parent d625078 commit c7e5a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/advanced.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Solving Large Stiff ODEs with NonlinearSolve.jl
# Solving Large Ill-Conditioned Nonlinear Systems with NonlinearSolve.jl

This tutorial is for getting into the extra features of using NonlinearSolve.jl. Solving stiff ordinary differential equations requires specializing the linear solver on properties of the Jacobian in order to cut down on the ``\mathcal{O}(n^3)`` linear solve and the ``\mathcal{O}(n^2)`` back-solves. This tutorial is designed to explain the advanced usage of NonlinearSolve.jl by solving stiff Brusselator partial differential equation (BRUSS) using NonlinearSolve.jl.

Expand Down

0 comments on commit c7e5a4d

Please sign in to comment.