From cc09ed1a3b13c94ee4245c0a4bdb26f945906039 Mon Sep 17 00:00:00 2001 From: Andy Nonaka Date: Mon, 2 Dec 2024 16:22:13 -0800 Subject: [PATCH] bare-bones documentation pointing to the existence of GMRES --- Docs/source/LinearSolvers_Tutorial.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/source/LinearSolvers_Tutorial.rst b/Docs/source/LinearSolvers_Tutorial.rst index 15819efe..e677494e 100644 --- a/Docs/source/LinearSolvers_Tutorial.rst +++ b/Docs/source/LinearSolvers_Tutorial.rst @@ -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.