Searched refs:PFMGRelaxType (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 2746 static const char *PFMGRelaxType[] = {"Jacobi", "Weighted-Jacobi", "symmetric-Red/Black-Gauss-Seide… variable 2760 PetscCall(PetscViewerASCIIPrintf(viewer, " relax type %s\n", PFMGRelaxType[ex->relax_type])); in PCView_PFMG() 2788 …cycles", "HYPRE_StructPFMGSetRelaxType", PFMGRelaxType, PETSC_STATIC_ARRAY_LENGTH(PFMGRelaxType), … in PCSetFromOptions_PFMG() 2983 PetscCall(PetscViewerASCIIPrintf(viewer, " relax type %s\n", PFMGRelaxType[ex->relax_type])); in PCView_SysPFMG()
|