Home
last modified time | relevance | path

Searched refs:PCMGType (Results 1 – 8 of 8) sorted by relevance

/petsc/include/
H A Dpetscpctypes.h354 } PCMGType; typedef
H A Dpetscpc.h419 PETSC_EXTERN PetscErrorCode PCMGSetType(PC, PCMGType);
420 PETSC_EXTERN PetscErrorCode PCMGGetType(PC, PCMGType *);
/petsc/include/petsc/private/
H A Dpcmgimpl.h54 PCMGType am; /* Multiplicative, additive or full */
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c344 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()
/petsc/src/ksp/pc/tests/
H A Dex5.c33 PCMGType am = PC_MG_MULTIPLICATIVE; in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi72 ctypedef enum PetscPCMGType "PCMGType":
H A DPC.pyx84 class PCMGType(object): class
202 MGType = PCMGType
2986 del PCMGType
/petsc/doc/manual/
H A Dksp.md1803 PCMGSetType(PC pc,PCMGType mode);