Commit 8bb4cbfb authored by Charles G Waldman's avatar Charles G Waldman
Browse files

merge tables (exa/docs!139)

parent 14822328
Loading
Loading
Loading
Loading
+6 −16
Original line number Diff line number Diff line
@@ -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.