petsc-3.14.6 2021-03-30
Report Typos and Errors
KSPResetViewers
Resets all the viewers set from the options database during
KSPSetFromOptions
()
Synopsis
#include "petscksp.h" #include "petscmat.h"
PetscErrorCode
KSPResetViewers
(
KSP
ksp)
Collective on ksp
Input Parameter
ksp
- iterative context obtained from
KSPCreate
()
See Also
KSPCreate
(),
KSPSetUp
(),
KSPSolve
(),
KSPSetFromOptions
(),
KSP
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