added new 2 stage interpolation numbers

This commit is contained in:
Ulrike Yang 2020-05-22 10:01:40 -07:00
parent cc7063a703
commit 5bf6396a21

View File

@ -472,6 +472,8 @@ HYPRE_Int HYPRE_BoomerAMGSetSepWeight(HYPRE_Solver solver,
* - 2 : 2-stage standard interpolation
* - 3 : 2-stage extended interpolation
* - 4 : multipass interpolation
* - 5 : 2-stage extended interpolation in matrix-matrix form
* - 6 : 2-stage extended+i interpolation in matrix-matrix form
**/
HYPRE_Int HYPRE_BoomerAMGSetAggInterpType(HYPRE_Solver solver,
HYPRE_Int agg_interp_type);