diff --git a/docs/source/InputsMultigrid.rst b/docs/source/InputsMultigrid.rst index 71798cda32e09dcdb086d09b8f229c76866b5e54..0e9c32af530e58ea653c43e25c89192f7fb2bfd4 100644 --- a/docs/source/InputsMultigrid.rst +++ b/docs/source/InputsMultigrid.rst @@ -10,7 +10,7 @@ differnt solvers called by MFiX-Exa. These control the nodal projection and must be preceded by "mfix": +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| | Description | Type | Default | +| | Description | Type | Default | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_verbose | Verbosity of multigrid solver in nodal projection | Int | 0 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ @@ -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 c gbicg | | | +| | bottom solver if using bicg, cg, bicgcg or cgbicg | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | 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 | | |