Update comment about HYPRE_BoomerAMGSetGridRelaxPoints (#908)

The function HYPRE_BoomerAMGSetGridRelaxPoints is particularly useful for AIR. Thus, it should not be phased out.
This commit is contained in:
Victor A. P. Magri 2023-05-19 14:53:03 -04:00 committed by GitHub
parent ec86992c4b
commit 2b2e9d2eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);