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:
parent
ec86992c4b
commit
2b2e9d2eee
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user