Searched refs:PCMGType (Results 1 – 8 of 8) sorted by relevance
354 } PCMGType; typedef
419 PETSC_EXTERN PetscErrorCode PCMGSetType(PC, PCMGType);420 PETSC_EXTERN PetscErrorCode PCMGGetType(PC, PCMGType *);
54 PCMGType am; /* Multiplicative, additive or full */
344 PCMGType mgtype = mg->am; in PCMGSetLevels_MG()689 PCMGType mgtype; in PCSetFromOptions_MG()1359 PetscErrorCode PCMGSetType(PC pc, PCMGType form) in PCMGSetType()1387 PetscErrorCode PCMGGetType(PC pc, PCMGType *type) in PCMGGetType()
33 PCMGType am = PC_MG_MULTIPLICATIVE; in main()
72 ctypedef enum PetscPCMGType "PCMGType":
84 class PCMGType(object): class202 MGType = PCMGType2986 del PCMGType
1803 PCMGSetType(PC pc,PCMGType mode);