Searched refs:PCCompositeGetPC (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex55.c | 59 PetscCall(PCCompositeGetPC(pc, 0, &subpc)); in main()
|
| /petsc/src/ksp/pc/tutorials/ |
| H A D | ex4.c | 311 PetscCall(PCCompositeGetPC(pc, 0, &pcA)); in main() 312 PetscCall(PCCompositeGetPC(pc, 1, &pcJ)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex60.c | 173 PetscCall(PCCompositeGetPC(pc, 1, &pcnoise)); in main()
|
| H A D | ex71.c | 470 PetscCall(PCCompositeGetPC(pc, 1, &pcksp)); in main()
|
| /petsc/src/ksp/pc/impls/composite/ |
| H A D | composite.c | 596 PetscErrorCode PCCompositeGetPC(PC pc, PetscInt n, PC *subpc) in PCCompositeGetPC() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 244 PetscErrorCode PCCompositeGetPC(PetscPC, PetscInt, PetscPC*)
|
| H A D | PC.pyx | 1696 petsc.PCCompositeGetPC 1701 CHKERR(PCCompositeGetPC(self.pc, cn, &pc.pc))
|
| /petsc/include/ |
| H A D | petscpc.h | 274 PETSC_EXTERN PetscErrorCode PCCompositeGetPC(PC, PetscInt, PC *);
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1716 PCCompositeGetPC(PC pc,PetscInt count,PC *subpc); 1723 PCCompositeGetPC(pc,0,&subpc);
|