Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscpctypes.h407 } PCExoticType; typedef
H A Dpetscpc.h508 PETSC_EXTERN PetscErrorCode PCExoticSetType(PC, PCExoticType);
/petsc/src/ksp/pc/impls/wb/
H A Dwb.c6 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()