From 45f74bca36b9682c3af2f09b01b5ec17f90dd1d8 Mon Sep 17 00:00:00 2001
From: Oscar Antepara <oantepara@lbl.gov>
Date: Tue, 7 Jan 2020 13:16:11 -0800
Subject: [PATCH] Changes at InputsMultigrid - diffusion

---
 docs/source/InputsMultigrid.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/source/InputsMultigrid.rst b/docs/source/InputsMultigrid.rst
index 5e741a4..72c4aef 100644
--- a/docs/source/InputsMultigrid.rst
+++ b/docs/source/InputsMultigrid.rst
@@ -18,9 +18,9 @@ These control the nodal projection and must be preceded by "nodal_proj":
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
 | bottom_verbose          |  Verbosity of BiCGStab solver in nodal projection                     |    Int      |   0          |
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
-| mg_rtol                 |  Relative tolerance in nodal projection                               |    Real     |   1.e-11     | 
+| rtol                 |  Relative tolerance in nodal projection                               |    Real     |   1.e-11     | 
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
-| mg_atol                 |  Absolute tolerance in nodal projection                               |    Real     |   1.e-14     | 
+| atol                 |  Absolute tolerance in nodal projection                               |    Real     |   1.e-14     | 
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
 | maxiter                 |  Maximum number of iterations in the nodal projection                 |    Int      |   100        | 
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
@@ -43,9 +43,9 @@ These control the MAC projection and must be preceded by "mac_proj":
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
 | bottom_verbose          |  Verbosity of BiCGStab solver in MAC projection                       |    Int      |   0          |
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
-| mg_rtol                 |  Relative tolerance in MAC projection                                 |    Real     |   1.e-11     | 
+| rtol                 |  Relative tolerance in MAC projection                                 |    Real     |   1.e-11     | 
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
-| mg_atol                 |  Absolute tolerance in MAC projection                                 |    Real     |   1.e-14     | 
+| atol                 |  Absolute tolerance in MAC projection                                 |    Real     |   1.e-14     | 
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
 | maxiter                 |  Maximum number of iterations in the MAC projection                   |    Int      |   200        | 
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
@@ -68,9 +68,9 @@ These control the diffusion solver and must be preceded by "diffusion":
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
 | bottom_verbose          |  Verbosity of BiCGStab solver in diffusion solve                      |    Int      |   0          |
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
-| mg_rtol                 |  Relative tolerance in diffusion solve                                |    Real     |   1.e-11     | 
+| rtol                 |  Relative tolerance in diffusion solve                                |    Real     |   1.e-11     | 
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
-| mg_atol                 |  Absolute tolerance in diffusion solve                                |    Real     |   1.e-14     | 
+| atol                 |  Absolute tolerance in diffusion solve                                |    Real     |   1.e-14     | 
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
 | maxiter                 |  Maximum number of iterations in diffusion solve                      |    Int      |   100        |
 +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
-- 
GitLab