Skip to content

Commit

Permalink
bare-bones documentation pointing to the existence of GMRES
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Dec 3, 2024
1 parent 2751710 commit cc09ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Docs/source/LinearSolvers_Tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Step-by-step instructions for configuring AMReX to use HYPRE for this example ar

``ABecLaplacian_F`` demonstrates how to solve with cell-centered data using the Fortran interfaces.

``GMRES/Poisson`` demonstrates how to solve the Poisson equation using GMRES with Jacobi preconditioning.

``NodalPoisson`` demonstrates how to set up and solve a variable coefficient Poisson equation
with the rhs and solution data on nodes.

Expand Down

0 comments on commit cc09ed1

Please sign in to comment.