Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/cg/
H A Dcgimpl.h16 PETSC_INTERN PetscErrorCode KSPDestroy_CG(KSP);
H A Dcg.c542 PetscErrorCode KSPDestroy_CG(KSP ksp) in KSPDestroy_CG() function
712 ksp->ops->destroy = KSPDestroy_CG; in KSPCreate_CG()
/petsc/src/ksp/ksp/impls/cg/cgne/
H A Dcgne.c228 ksp->ops->destroy = KSPDestroy_CG; in KSPCreate_CGNE()