From 4dfc5f846c97cb3c11c0af91608c847b3c81a280 Mon Sep 17 00:00:00 2001 From: wfullmer <william.fullmer@netl.doe.gov> Date: Mon, 6 Dec 2021 13:57:37 -0500 Subject: [PATCH] remove hypre and related options as bottom solver for diffusion solve --- docs/source/inputs/InputsHypre.rst | 2 +- docs/source/inputs/InputsMultigrid.rst | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/source/inputs/InputsHypre.rst b/docs/source/inputs/InputsHypre.rst index 0cf6365..ee43e2e 100644 --- a/docs/source/inputs/InputsHypre.rst +++ b/docs/source/inputs/InputsHypre.rst @@ -6,7 +6,7 @@ Hypre Inputs The following inputs control the hypre settings and are read directly by AMReX when we use hypre as the bottom solver, i.e., when :cpp:`nodal_proj.bottom_solver = hypre` and/or when - :cpp:`mac_proj.bottom_solver = hypre` (see :ref:`Chap:InputsMultigrid`) +:cpp:`mac_proj.bottom_solver = hypre` (see :ref:`Chap:InputsMultigrid`) These settings must be preceded by the hypre_namespace setting corresponding to the solver (see :ref:`Chap:InputsMultigrid`). diff --git a/docs/source/inputs/InputsMultigrid.rst b/docs/source/inputs/InputsMultigrid.rst index 3a12188..e2304c0 100644 --- a/docs/source/inputs/InputsMultigrid.rst +++ b/docs/source/inputs/InputsMultigrid.rst @@ -101,12 +101,5 @@ These control the diffusion solver and must be preceded by "diffusion": +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | bottom_solver | Which bottom solver to use in the diffusion solve | String | bicgcg | | | | | | -| | Options are bicgcg, bicgstab, cg, cgbicg, smoother or hypre | | | -+-------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| hypre_namespace | Namespace to use in the diffusion solve when using hypre | String | hypre | -| | to control hypre specific settings. It can be any string. | | | -+-------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| hypre_interface | Which interface to use in the diffusion solve when using hypre | String | ij | -| | | | | -| | Options are ij, semi_structured or structured | | | +| | Options are bicgcg, bicgstab, cg, cgbicg, or smoother | | | +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ -- GitLab