Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c2747 static const char *PFMGRAPType[] = {"Galerkin", "non-Galerkin"}; variable
2761 PetscCall(PetscViewerASCIIPrintf(viewer, " RAP type %s\n", PFMGRAPType[ex->rap_type])); in PCView_PFMG()
2790 …, "RAP type", "HYPRE_StructPFMGSetRAPType", PFMGRAPType, PETSC_STATIC_ARRAY_LENGTH(PFMGRAPType), P… in PCSetFromOptions_PFMG()