Searched refs:PCExoticType (Results 1 – 3 of 3) sorted by relevance
407 } PCExoticType; typedef
508 PETSC_EXTERN PetscErrorCode PCExoticSetType(PC, PCExoticType);
6 PCExoticType type;681 PetscErrorCode PCExoticSetType(PC pc, PCExoticType type) in PCExoticSetType()686 PetscTryMethod(pc, "PCExoticSetType_C", (PC, PCExoticType), (pc, type)); in PCExoticSetType()690 static PetscErrorCode PCExoticSetType_Exotic(PC pc, PCExoticType type) in PCExoticSetType_Exotic()772 PCExoticType mgctype; in PCSetFromOptions_Exotic()