diff --git a/docs/source_docs/user_guide/inputs/multigrid_solvers.rst b/docs/source_docs/user_guide/inputs/multigrid_solvers.rst index 03c42c80c268d26b3fc2cbdcc7ebb2f720c843f8..40300e75674574e1e3f5ba78a23478e59c44ee9c 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. They must be defined using the prefix ``hypre``: @@ -257,21 +262,6 @@ prefix ``hypre``: +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ - - - - -+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| | 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.