Home
last modified time | relevance | path

Searched refs:smoothtype (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c65 PetscInt smoothtype; member
1071 jac->smoothtype = indx; in PCSetFromOptions_HYPRE_BoomerAMG()
1079 if (flg && (jac->smoothtype != -1)) { in PCSetFromOptions_HYPRE_BoomerAMG()
1153 if (flg && (jac->smoothtype == 4)) { in PCSetFromOptions_HYPRE_BoomerAMG()
1161 if (flg && (jac->smoothtype == 4)) { in PCSetFromOptions_HYPRE_BoomerAMG()
1168 if (flg && (jac->smoothtype == 4)) { in PCSetFromOptions_HYPRE_BoomerAMG()
1424 if (jac->smoothtype != -1) { in PCView_HYPRE_BoomerAMG()
1425 …erASCIIPrintf(viewer, " Smooth type %s\n", HYPREBoomerAMGSmoothType[jac->smoothtype])); in PCView_HYPRE_BoomerAMG()
1428 if (jac->smoothtype == 0) { in PCView_HYPRE_BoomerAMG()
1465 if (jac->smoothtype == 3) { in PCView_HYPRE_BoomerAMG()
[all …]