From ff9456e7fe6a6714c4e7099d2c056025035955a9 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Tue, 9 Sep 2025 17:27:03 -0500 Subject: [PATCH 1/2] merge tables --- .../user_guide/inputs/multigrid_solvers.rst | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/multigrid_solvers.rst b/docs/source_docs/user_guide/inputs/multigrid_solvers.rst index 188d2ec..61306bc 100644 --- a/docs/source_docs/user_guide/inputs/multigrid_solvers.rst +++ b/docs/source_docs/user_guide/inputs/multigrid_solvers.rst @@ -187,7 +187,12 @@ and `GMRES` for the linear solver. +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ | num_krylov | Number of iterations. | Int | 50 | +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ - +| adjust_singular_matrix | Enable if the problem to be solved has a singular matrix. | Bool | false | ++-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ +| overwrite_existing_matrix_files | Overwrite existing matrix files. | Bool | false | ++-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ +| write_matrix_files | Write matrix into text files. | Bool | false | ++-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ The following inputs are valid when using ``BoomerAMG`` as a preconditioner or solver. @@ -256,21 +261,6 @@ The following inputs are valid when using ``BoomerAMG`` as a preconditioner or s +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ - - - - -+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| | Description | Type | Default | -+===================================+=======================================================================+=============+==============+ -| adjust_singular_matrix | Enable if the problem to be solved has a singular matrix. | Bool | false | -+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| overwrite_existing_matrix_files | Overwrite existing matrix files. | Bool | false | -+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| write_matrix_files | Write matrix into text files. | Bool | false | -+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ - - .. note:: This list is likely incomplete because the AMReX / `hypre` interface continues to evolve. -- GitLab From a7f3a17c98f265748b9dd09ddbef8e89dd07aa33 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Fri, 31 Oct 2025 11:28:27 -0500 Subject: [PATCH 2/2] fix table formatting --- docs/source_docs/user_guide/inputs/multigrid_solvers.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/multigrid_solvers.rst b/docs/source_docs/user_guide/inputs/multigrid_solvers.rst index 38d9f5e..40300e7 100644 --- a/docs/source_docs/user_guide/inputs/multigrid_solvers.rst +++ b/docs/source_docs/user_guide/inputs/multigrid_solvers.rst @@ -187,11 +187,11 @@ and `GMRES` for the linear solver. +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ | num_krylov | Number of iterations. | Int | 50 | +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| adjust_singular_matrix | Enable if the problem to be solved has a singular matrix. | Bool | false | +| adjust_singular_matrix | Enable if the problem to be solved has a singular matrix. | Bool | false | +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| overwrite_existing_matrix_files | Overwrite existing matrix files. | Bool | false | +| overwrite_existing_matrix_files | Overwrite existing matrix files. | Bool | false | +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| write_matrix_files | Write matrix into text files. | Bool | false | +| write_matrix_files | Write matrix into text files. | Bool | false | +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ The following inputs are valid when using ``BoomerAMG`` as a preconditioner or solver. They must be defined using the -- GitLab