Searched refs:PCGetType (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/ksp/pc/tests/ |
| H A D | ex2.c | 71 PetscCall(PCGetType(pc, &pcname)); in main()
|
| H A D | ex3.c | 81 PetscCall(PCGetType(pc, &pcname)); in main()
|
| /petsc/src/ksp/pc/interface/ |
| H A D | pcset.c | 93 PetscErrorCode PCGetType(PC pc, PCType *type) in PCGetType() function
|
| H A D | precon.c | 1846 PetscCall(PCGetType(pc, &cstr)); in PCView()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex87.c | 145 PetscCall(PCGetType(pc, &type)); in main()
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex43.c | 155 PetscCall(PCGetType(pc, &pc_type)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex87.c | 125 PetscCall(PCGetType(pc, &type)); in main()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mgfunc.c | 600 PetscCall(PCGetType(ipc, &pctype)); in PCMGGetSmootherUp()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 147 PetscErrorCode PCGetType(PetscPC, PetscPCType*)
|
| H A D | PC.pyx | 314 setType, petsc.PCGetType 318 CHKERR(PCGetType(self.pc, &cval))
|
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.c | 362 PetscCall(PCGetType(pc, &pctype)); in TSSetUp_Sundials()
|
| /petsc/include/ |
| H A D | petscpc.h | 46 PETSC_EXTERN PetscErrorCode PCGetType(PC, PCType *);
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcfetidp.c | 818 PetscCall(PCGetType(pc, &pctype)); in PCBDDCSetupFETIDPPCContext()
|
| H A D | bddcschurs.c | 805 PetscCall(PCGetType(origpc, &pc_type)); in PCBDDCSubSchursSetUp()
|