Searched refs:PCExoticTypes (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/wb/ |
| H A D | wb.c | 12 const char *const PCExoticTypes[] = {"face", "wirebasket", "PCExoticType", "PC_Exotic", NULL}; variable 746 PetscCall(PetscViewerASCIIPrintf(viewer, " Exotic type = %s\n", PCExoticTypes[ctx->type])); in PCView_Exotic() 777 …tionsEnum("-pc_exotic_type", "face or wirebasket", "PCExoticSetType", PCExoticTypes, (PetscEnum)ct… in PCSetFromOptions_Exotic()
|
| /petsc/include/ |
| H A D | petscpc.h | 39 PETSC_EXTERN const char *const PCExoticTypes[]; variable
|