Commit 4bf0c708 authored by Charles G Waldman's avatar Charles G Waldman
Browse files

remove empty rows

parent 97e2ed4c
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -164,34 +164,28 @@ The following inputs are valid when using ``BoomerAMG`` as a preconditioner or s
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_relax_order                  | See HYPRE_BoomerAMGSetRelaxOrder                                      |    int      |   1          |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_relax_type                   | See HYPRE_BoomerAMGSetRelaxType                                       |    int      |   6          |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_down_relax_type              | See HYPRE_BoomerAMGSetCycleRelaxType                                  |    int      |   11         |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_up_relax_type                | See HYPRE_BoomerAMGSetCycleRelaxType                                  |    int      |   11         |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_coarse_relax_type            | See HYPRE_BoomerAMGSetCycleRelaxType                                  |    int      |   11         |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_num_sweeps                   | See HYPRE_BoomerAMGSetNumSweeps                                       |    int      |   2          |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_num_down_sweeps              | See HYPRE_BoomerAMGSetCycleNumSweeps                                  |    int      |   2          |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_num_up_sweeps                | See HYPRE_BoomerAMGSetCycleNumSweeps                                  |    int      |   2          |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_num_coarse_sweeps            | See HYPRE_BoomerAMGSetCycleNumSweeps                                  |    int      |   1          |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_max_levels                   | See HYPRE_BoomerAMGSetMaxLevels                                       |    int      |   20         |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_strong_threshold             | See HYPRE_BoomerAMGSetStrongThreshold                                 |    Real     |   0.57       |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_interp_type                  | See HYPRE_BoomerAMGSetInterpType                                      |    int      |   0          |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_variant                      | See HYPRE_BoomerAMGSetVariant                                         |    int      |   0          |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bamg_keep_transpose               | See HYPRE_BoomerAMGSetKeepTranspose                                   |    int      |   0          |
@@ -221,7 +215,7 @@ The following inputs are valid when using ``BoomerAMG`` as a preconditioner or s

+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
|                                   |  Description                                                          |   Type      | Default      |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
+===================================+=======================================================================+=============+==============+
| adjust_singular_matrix            |  Should be true if the problem to be solved has singular matrix       |   Bool      |   false      |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| overwrite_existing_matrix_files   |  Over-write existing matrix files                                     |    Bool     |   false      |