Home
last modified time | relevance | path

Searched refs:KSPDestroy_BCGS (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/ksp/impls/bcgs/
H A Dbcgsimpl.h19 PETSC_INTERN PetscErrorCode KSPDestroy_BCGS(KSP);
H A Dbcgs.c173 PetscErrorCode KSPDestroy_BCGS(KSP ksp) in KSPDestroy_BCGS() function
208 ksp->ops->destroy = KSPDestroy_BCGS; in KSPCreate_BCGS()
/petsc/src/ksp/ksp/impls/bcgs/fbcgs/
H A Dfbcgs.c174 ksp->ops->destroy = KSPDestroy_BCGS; in KSPCreate_FBCGS()
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/
H A Dfbcgsr.c229 ksp->ops->destroy = KSPDestroy_BCGS; in KSPCreate_FBCGSR()
/petsc/src/ksp/ksp/impls/bcgs/qmrcgs/
H A Dqmrcgs.c252 ksp->ops->destroy = KSPDestroy_BCGS; in KSPCreate_QMRCGS()
/petsc/src/ksp/ksp/impls/bcgs/pipebcgs/
H A Dpipebcgs.c233 ksp->ops->destroy = KSPDestroy_BCGS; in KSPCreate_PIPEBCGS()