From 50e57feb2ceabc0388089fcf8decbb5aed84895d Mon Sep 17 00:00:00 2001 From: Ann Almgren <asalmgren@lbl.gov> Date: Thu, 13 Jun 2019 13:39:19 -0700 Subject: [PATCH] Fix formatting --- docs/source/InputsMultigrid.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/InputsMultigrid.rst b/docs/source/InputsMultigrid.rst index 983d546..71798cd 100644 --- a/docs/source/InputsMultigrid.rst +++ b/docs/source/InputsMultigrid.rst @@ -23,7 +23,7 @@ These control the nodal projection and must be preceded by "mfix": | mg_maxiter | Maximum number of iterations in the nodal projection | Int | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_cg_maxiter | Maximum number of iterations in the nodal projection | Int | | -| | bottom solver if using bicg, cg, bicgcg or cgbicg | | | +| | bottom solver if using bicg, cg, bicgcg or c gbicg | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_max_coarsening_level | Maximum number of coarser levels to allowin the nodal projection | Int | | | | If set to 0, the bottom solver will be called at the current level | | | @@ -48,9 +48,9 @@ These control the MAC projection and must be preceded by "mac": | mg_maxiter | Maximum number of iterations in the MAC projection | Int | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_cg_maxiter | Maximum number of iterations in the MAC projection | Int | | -| | bottom solver if using bicg, cg, bicgcg or cgbicg | | | +| | bottom solver if using bicg, cg, bicgcg or cgbicg | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| mg_max_coarsening_level | Maximum number of coarser levels to allowin the nodal projection | Int | | +| mg_max_coarsening_level | Maximum number of coarser levels to allow in the nodal projection | Int | | | | If set to 0, the bottom solver will be called at the current level | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | bottom_solver_type | Which bottom solver to use in the MAC projection | String | bicgcg | -- GitLab