Home
last modified time | relevance | path

Searched refs:PCApplyRichardsonExists (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/impls/rich/
H A Drich.c58 PetscCall(PCApplyRichardsonExists(ksp->pc, &exists)); in KSPSolve_Richardson()
/petsc/include/
H A Dpetscpc.h77 PETSC_EXTERN PetscErrorCode PCApplyRichardsonExists(PC, PetscBool *);
/petsc/src/ksp/pc/interface/
H A Dprecon.c919 PetscErrorCode PCApplyRichardsonExists(PC pc, PetscBool *exists) in PCApplyRichardsonExists() function