From 6d45823bd2d646a4d9bb8bd83e289ab9373ef6e2 Mon Sep 17 00:00:00 2001
From: William Fullmer <william.fullmer@netl.doe.gov>
Date: Tue, 25 Jun 2019 12:30:25 -0400
Subject: [PATCH] more verbose about bottom solver options

---
 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 7ed2a9f..ff3f98b 100644
--- a/docs/source/InputsMultigrid.rst
+++ b/docs/source/InputsMultigrid.rst
@@ -29,7 +29,7 @@ These control the nodal projection and must be preceded by "mfix":
 |                         |  If set to 0, the bottom solver will be called at the current level   |             |              |
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
 | bottom_solver_type      |  Which bottom solver to use in the nodal projection                   |  String     |   bicgcg     |
-|                         |  Options are bicgstab, cg, cgbicg, smoother or hypre                  |             |              | 
+|                         |  Options are bicgcg, bicgstab, cg, cgbicg, smoother or hypre          |             |              | 
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
 
 These control the MAC projection and must be preceded by "mac":
@@ -54,7 +54,7 @@ These control the MAC projection and must be preceded by "mac":
 |                         |  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     |
-|                         |  Options are bicgstab, cg, cgbicg, smoother or hypre                  |             |              | 
+|                         |  Options are bicgcg, bicgstab, cg, cgbicg, smoother or hypre          |             |              | 
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
 
 These control the diffusion solver and must be preceded by "diff":
@@ -72,5 +72,5 @@ The following inputs must be preceded by "diff"
 | mg_atol              |  Absolute tolerance in diffusion solve                                |    Real     |   1.e-14     | 
 +----------------------+-----------------------------------------------------------------------+-------------+--------------+
 | bottom_solver_type   |  Which bottom solver to use in the diffusion solve                    |  String     |   bicgcg     |
-|                      |  Options are bicgstab, cg, cgbicg, smoother or hypre                  |             |              | 
+|                      |  Options are bicgcg, bicgstab, cg, cgbicg, smoother or hypre          |             |              | 
 +----------------------+-----------------------------------------------------------------------+-------------+--------------+
-- 
GitLab