From 2b2e9d2eee238a72ee15ae68b1f3d7e22b6d495e Mon Sep 17 00:00:00 2001 From: "Victor A. P. Magri" <50467563+victorapm@users.noreply.github.com> Date: Fri, 19 May 2023 14:53:03 -0400 Subject: [PATCH] Update comment about `HYPRE_BoomerAMGSetGridRelaxPoints` (#908) The function HYPRE_BoomerAMGSetGridRelaxPoints is particularly useful for AIR. Thus, it should not be phased out. --- src/parcsr_ls/HYPRE_parcsr_ls.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/parcsr_ls/HYPRE_parcsr_ls.h b/src/parcsr_ls/HYPRE_parcsr_ls.h index 0271142d7..f8c644a0d 100644 --- a/src/parcsr_ls/HYPRE_parcsr_ls.h +++ b/src/parcsr_ls/HYPRE_parcsr_ls.h @@ -785,8 +785,7 @@ HYPRE_Int HYPRE_BoomerAMGSetRelaxOrder(HYPRE_Solver solver, /** * (Optional) Defines in which order the points are relaxed. * - * Note: This routine will be phased out!!!! - * Use HYPRE_BoomerAMGSetRelaxOrder instead. + * See also HYPRE_BoomerAMGSetRelaxOrder. **/ HYPRE_Int HYPRE_BoomerAMGSetGridRelaxPoints(HYPRE_Solver solver, HYPRE_Int **grid_relax_points);