Home
last modified time | relevance | path

Searched refs:KSPDestroy_DGMRES (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/agmres/
H A Dagmres.c12 extern PetscErrorCode KSPDestroy_DGMRES(KSP);
512 PetscCall(KSPDestroy_DGMRES(ksp)); in KSPDestroy_AGMRES()
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c261 PetscErrorCode KSPDestroy_DGMRES(KSP ksp) in KSPDestroy_DGMRES() function
1040 ksp->ops->destroy = KSPDestroy_DGMRES; in KSPCreate_DGMRES()