Skip to content
Snippets Groups Projects
Commit f9560852 authored by Ann Almgren's avatar Ann Almgren
Browse files

fix formatting

parent 50e57feb
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ differnt solvers called by MFiX-Exa. ...@@ -10,7 +10,7 @@ differnt solvers called by MFiX-Exa.
These control the nodal projection and must be preceded by "mfix": 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 | | 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": ...@@ -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_maxiter | Maximum number of iterations in the nodal projection | Int | |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| mg_cg_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 | | | 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 | | | | | If set to 0, the bottom solver will be called at the current level | | |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment