Home
last modified time | relevance | path

Searched refs:KSPDestroy_GMRES (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/
H A Dgmresimpl.h62 PETSC_INTERN PetscErrorCode KSPDestroy_GMRES(KSP);
H A Dgmres.c270 PetscErrorCode KSPDestroy_GMRES(KSP ksp) in KSPDestroy_GMRES() function
892 ksp->ops->destroy = KSPDestroy_GMRES; in KSPCreate_GMRES()
/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmres.c195 PetscCall(KSPDestroy_GMRES(ksp)); in KSPDestroy_PGMRES()
/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dfgmres.c253 PetscCall(KSPDestroy_GMRES(ksp)); in KSPDestroy_FGMRES()
/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmres.c349 PetscCall(KSPDestroy_GMRES(ksp)); in KSPDestroy_LGMRES()
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/
H A Dpipefgmres.c338 PetscCall(KSPDestroy_GMRES(ksp)); in KSPDestroy_PIPEFGMRES()
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c303 PetscCall(KSPDestroy_GMRES(ksp)); in KSPDestroy_DGMRES()