petsc-3.7.1 2016-05-15
KSPReset
Resets a KSP context to the kspsetupcalled = 0 state and removes any allocated Vecs and Mats
Synopsis
#include "petscksp.h"
PetscErrorCode KSPReset(KSP ksp)
Collective on KSP Many br
Input Parameter
ksp -iterative context obtained from KSPCreate() Many br
Many br
Keywords
KSP, destroy
See Also
KSPCreate(), KSPSetUp(), KSPSolve()
Level:beginner
Location:src/ksp/ksp/interface/itfunc.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages