Home
last modified time | relevance | path

Searched refs:PCPreSolveChangeRHS (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/pc/impls/mg/
H A Dmg.c7 PETSC_INTERN PetscErrorCode PCPreSolveChangeRHS(PC, PetscBool *);
142 PetscCall(PCPreSolveChangeRHS(tpc, &changed)); in PCApplyRichardson_MG()
144 PetscCall(PCPreSolveChangeRHS(tpc, &changeu)); in PCApplyRichardson_MG()
570 PetscCall(PCPreSolveChangeRHS(tpc, &changed)); in PCApply_MG_Internal()
572 PetscCall(PCPreSolveChangeRHS(tpc, &changeu)); in PCApply_MG_Internal()
/petsc/include/petsc/private/
H A Dkspimpl.h495 PETSC_INTERN PetscErrorCode PCPreSolveChangeRHS(PC, PetscBool *);
/petsc/src/ksp/ksp/impls/cheby/
H A Dcheby.c819 PetscCall(PCPreSolveChangeRHS(ksp->pc, &change)); in KSPSetUp_Chebyshev()
/petsc/src/ksp/pc/interface/
H A Dprecon.c1593 PETSC_INTERN PetscErrorCode PCPreSolveChangeRHS(PC pc, PetscBool *change) in PCPreSolveChangeRHS() function