Skip to content

Commit

Permalink
Add docs for new solvers
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <[email protected]>
  • Loading branch information
ErikQQY committed Dec 28, 2023
1 parent ed77968 commit a72da25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/solvers/FixedPointSolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ In our tests, we have found the anderson method implemented here to NOT be the m
robust.

- `NLsolveJL(; method = :anderson)`: Anderson acceleration for fixed point problems.

### SIAMFANLEquations.jl

- `SIAMFANLEquationsJL(; method = :anderson)`: Anderson acceleration for fixed point problems.

0 comments on commit a72da25

Please sign in to comment.