Searched refs:PCSetPostSetUp (Results 1 – 4 of 4) sorted by relevance
648 PetscCall(PCSetPostSetUp(pc, NULL)); in PCPostSetUp_PDIPM()678 PetscCall(PCSetPostSetUp(pc, NULL)); in PCPostSetUp_PDIPM()682 PetscCall(PCSetPostSetUp(pc, PCPostSetUp_PDIPM)); in PCPostSetUp_PDIPM()1324 PetscCall(PCSetPostSetUp(pc, PCPostSetUp_PDIPM)); in TaoSetup_PDIPM()
101 - Remove `PCSetPreSolve()` and `PCSetPostSolve()`. See `PCSetPostSetUp()`
129 PETSC_EXTERN PetscErrorCode PCSetPostSetUp(PC, PetscErrorCode (*)(PC));
1657 PetscErrorCode PCSetPostSetUp(PC pc, PetscErrorCode (*postsetup)(PC pc)) in PCSetPostSetUp() function