Searched refs:PCGetOperatorsSet (Results 1 – 7 of 7) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 232.md | 29 - Added PCGetOperatorsSet()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcreate.c | 612 PetscCall(PCGetOperatorsSet(ksp->pc, mat, pmat)); in KSPGetOperatorsSet()
|
| H A D | iterativ.c | 1781 PetscCall(PCGetOperatorsSet(ksp->pc, &matset, &pmatset)); in KSPCreateVecs() 1812 PetscCall(PCGetOperatorsSet(ksp->pc, &matset, &pmatset)); in KSPCreateVecs()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmutils.c | 346 PetscCall(PCGetOperatorsSet(pc, NULL, &has_pmat)); in MatLMVMJ0KSPIsExact() 457 PetscCall(PCGetOperatorsSet(J0pc, &mat_set, &pmat_set)); in MatLMVMSetJ0PC()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 176 PetscErrorCode PCGetOperatorsSet(PetscPC, PetscBool*, PetscBool*)
|
| /petsc/include/ |
| H A D | petscpc.h | 113 PETSC_EXTERN PetscErrorCode PCGetOperatorsSet(PC, PetscBool *, PetscBool *);
|
| /petsc/src/ksp/pc/interface/ |
| H A D | precon.c | 1470 PetscErrorCode PCGetOperatorsSet(PC pc, PetscBool *mat, PetscBool *pmat) in PCGetOperatorsSet() function
|