Home
last modified time | relevance | path

Searched refs:PCMGGetType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi254 PetscErrorCode PCMGGetType(PetscPC, PetscPCMGType*)
H A DPC.pyx1750 petsc.PCMGGetType
1754 CHKERR(PCMGGetType(self.pc, &cval))
/petsc/include/
H A Dpetscpc.h420 PETSC_EXTERN PetscErrorCode PCMGGetType(PC, PCMGType *);
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c1387 PetscErrorCode PCMGGetType(PC pc, PCMGType *type) in PCMGGetType() function