Searched refs:KSPDestroy_BCGS (Results 1 – 6 of 6) sorted by relevance
19 PETSC_INTERN PetscErrorCode KSPDestroy_BCGS(KSP);
173 PetscErrorCode KSPDestroy_BCGS(KSP ksp) in KSPDestroy_BCGS() function208 ksp->ops->destroy = KSPDestroy_BCGS; in KSPCreate_BCGS()
174 ksp->ops->destroy = KSPDestroy_BCGS; in KSPCreate_FBCGS()
229 ksp->ops->destroy = KSPDestroy_BCGS; in KSPCreate_FBCGSR()
252 ksp->ops->destroy = KSPDestroy_BCGS; in KSPCreate_QMRCGS()
233 ksp->ops->destroy = KSPDestroy_BCGS; in KSPCreate_PIPEBCGS()