Home
last modified time | relevance | path

Searched refs:PCMGSetType (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex19.c114 PetscCall(PCMGSetType(pc, PC_MG_ADDITIVE)); in main()
/petsc/src/ksp/pc/tests/
H A Dex5.c69 PetscCall(PCMGSetType(pcmg, am)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex36.cxx153 PetscCall(PCMGSetType(pc, PC_MG_MULTIPLICATIVE)); in main()
H A Dex35.cxx167 PetscCall(PCMGSetType(pc, PC_MG_MULTIPLICATIVE)); in main()
H A Dex42.c1759 PetscCall(PCMGSetType(pc, PC_MG_MULTIPLICATIVE)); in PCMGSetupViaCoarsen()
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c448 PetscCall(PCMGSetType(pc, mgtype)); in PCMGSetLevels_MG()
724 if (flg) PetscCall(PCMGSetType(pc, mgtype)); in PCSetFromOptions_MG()
1359 PetscErrorCode PCMGSetType(PC pc, PCMGType form) in PCMGSetType() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi253 PetscErrorCode PCMGSetType(PetscPC, PetscPCMGType)
H A DPC.pyx1764 petsc.PCMGSetType
1768 CHKERR(PCMGSetType(self.pc, cval))
/petsc/include/
H A Dpetscpc.h419 PETSC_EXTERN PetscErrorCode PCMGSetType(PC, PCMGType);
/petsc/doc/manual/
H A Dksp.md1803 PCMGSetType(PC pc,PCMGType mode);