From 72e5465859cfab1be841b628375fd9a528b11b61 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Fri, 31 Oct 2025 13:33:40 -0500 Subject: [PATCH] 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 40300e7..adfbfaa 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