Searched refs:PCMGSetType (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex19.c | 114 PetscCall(PCMGSetType(pc, PC_MG_ADDITIVE)); in main()
|
| /petsc/src/ksp/pc/tests/ |
| H A D | ex5.c | 69 PetscCall(PCMGSetType(pcmg, am)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex36.cxx | 153 PetscCall(PCMGSetType(pc, PC_MG_MULTIPLICATIVE)); in main()
|
| H A D | ex35.cxx | 167 PetscCall(PCMGSetType(pc, PC_MG_MULTIPLICATIVE)); in main()
|
| H A D | ex42.c | 1759 PetscCall(PCMGSetType(pc, PC_MG_MULTIPLICATIVE)); in PCMGSetupViaCoarsen()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 448 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 D | petscpc.pxi | 253 PetscErrorCode PCMGSetType(PetscPC, PetscPCMGType)
|
| H A D | PC.pyx | 1764 petsc.PCMGSetType 1768 CHKERR(PCMGSetType(self.pc, cval))
|
| /petsc/include/ |
| H A D | petscpc.h | 419 PETSC_EXTERN PetscErrorCode PCMGSetType(PC, PCMGType);
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1803 PCMGSetType(PC pc,PCMGType mode);
|