Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/wb/
H A Dwb.c12 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 Dpetscpc.h39 PETSC_EXTERN const char *const PCExoticTypes[]; variable