KSPDestroyDefault#

Destroys an iterative context variable for methods with no separate context. Preferred calling sequence KSPDestroy().

Synopsis#

#include "petscksp.h" 
PetscErrorCode KSPDestroyDefault(KSP ksp)

Collective

Input Parameter#

  • ksp - the iterative context

Developer Note#

This is PETSC_EXTERN because it may be used by user written plugin KSPType implementations

See Also#

KSP: Linear System Solvers, KSP, KSPDestroy()

Level#

advanced

Location#

src/ksp/ksp/interface/iterativ.c


Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages