Loading docs/source/InputsMultigrid.rst +21 −13 Original line number Diff line number Diff line Loading @@ -20,12 +20,12 @@ These control the nodal projection and must be preceded by "mfix": +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_atol | Absolute tolerance in nodal projection | Real | 1.e-14 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_maxiter | Maximum number of iterations in the nodal projection | Int | | | mg_maxiter | Maximum number of iterations in the nodal projection | Int | 100 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_cg_maxiter | Maximum number of iterations in the nodal projection | Int | | | mg_cg_maxiter | Maximum number of iterations in the nodal projection | Int | 100 | | | 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 | 100 | | | 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 | Loading @@ -45,12 +45,12 @@ These control the MAC projection and must be preceded by "mac": +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_atol | Absolute tolerance in MAC projection | Real | 1.e-14 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_maxiter | Maximum number of iterations in the MAC projection | Int | | | mg_maxiter | Maximum number of iterations in the MAC projection | Int | 200 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_cg_maxiter | Maximum number of iterations in the MAC projection | Int | | | mg_cg_maxiter | Maximum number of iterations in the MAC projection | Int | 200 | | | bottom solver if using bicg, cg, bicgcg or cgbicg | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_max_coarsening_level | Maximum number of coarser levels to allow in the nodal projection | Int | | | mg_max_coarsening_level | Maximum number of coarser levels to allow in the MAC projection | Int | 100 | | | 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 | Loading @@ -60,17 +60,25 @@ These control the MAC projection and must be preceded by "mac": These control the diffusion solver and must be preceded by "diff": The following inputs must be preceded by "diff" +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | | Description | Type | Default | +======================+=======================================================================+=============+==============+ +=========================+=======================================================================+=============+==============+ | mg_verbose | Verbosity of linear solver for diffusion solve | Int | 0 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_cg_verbose | Verbosity of BiCGStab solver in diffusion solve | Int | 0 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_rtol | Relative tolerance in diffusion solve | Real | 1.e-11 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_atol | Absolute tolerance in diffusion solve | Real | 1.e-14 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_maxiter | Maximum number of iterations in diffusion solve | Int | 100 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_cg_maxiter | Maximum number of iterations in diffusion solve | Int | 100 | | | bottom solver if using bicg, cg, bicgcg or cgbicg | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_max_coarsening_level | Maximum number of coarser levels to allow in diffusion solve | Int | 100 | | | If set to 0, the bottom solver will be called at the current level | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | bottom_solver_type | Which bottom solver to use in the diffusion solve | String | bicgcg | | | Options are bicgcg, bicgstab, cg, cgbicg, smoother or hypre | | | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ Loading
docs/source/InputsMultigrid.rst +21 −13 Original line number Diff line number Diff line Loading @@ -20,12 +20,12 @@ These control the nodal projection and must be preceded by "mfix": +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_atol | Absolute tolerance in nodal projection | Real | 1.e-14 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_maxiter | Maximum number of iterations in the nodal projection | Int | | | mg_maxiter | Maximum number of iterations in the nodal projection | Int | 100 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_cg_maxiter | Maximum number of iterations in the nodal projection | Int | | | mg_cg_maxiter | Maximum number of iterations in the nodal projection | Int | 100 | | | 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 | 100 | | | 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 | Loading @@ -45,12 +45,12 @@ These control the MAC projection and must be preceded by "mac": +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_atol | Absolute tolerance in MAC projection | Real | 1.e-14 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_maxiter | Maximum number of iterations in the MAC projection | Int | | | mg_maxiter | Maximum number of iterations in the MAC projection | Int | 200 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_cg_maxiter | Maximum number of iterations in the MAC projection | Int | | | mg_cg_maxiter | Maximum number of iterations in the MAC projection | Int | 200 | | | bottom solver if using bicg, cg, bicgcg or cgbicg | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_max_coarsening_level | Maximum number of coarser levels to allow in the nodal projection | Int | | | mg_max_coarsening_level | Maximum number of coarser levels to allow in the MAC projection | Int | 100 | | | 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 | Loading @@ -60,17 +60,25 @@ These control the MAC projection and must be preceded by "mac": These control the diffusion solver and must be preceded by "diff": The following inputs must be preceded by "diff" +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | | Description | Type | Default | +======================+=======================================================================+=============+==============+ +=========================+=======================================================================+=============+==============+ | mg_verbose | Verbosity of linear solver for diffusion solve | Int | 0 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_cg_verbose | Verbosity of BiCGStab solver in diffusion solve | Int | 0 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_rtol | Relative tolerance in diffusion solve | Real | 1.e-11 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_atol | Absolute tolerance in diffusion solve | Real | 1.e-14 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_maxiter | Maximum number of iterations in diffusion solve | Int | 100 | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_cg_maxiter | Maximum number of iterations in diffusion solve | Int | 100 | | | bottom solver if using bicg, cg, bicgcg or cgbicg | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | mg_max_coarsening_level | Maximum number of coarser levels to allow in diffusion solve | Int | 100 | | | If set to 0, the bottom solver will be called at the current level | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | bottom_solver_type | Which bottom solver to use in the diffusion solve | String | bicgcg | | | Options are bicgcg, bicgstab, cg, cgbicg, smoother or hypre | | | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +-------------------------+-----------------------------------------------------------------------+-------------+--------------+