#include "petscksp.h" int KSPSetComputeSingularValues(KSP ksp,PetscTruth flg)Collective on KSP
ksp | - iterative context obtained from KSPCreate() | |
flg | - PETSC_TRUE or PETSC_FALSE |
Many users may just want to use the monitoring routine KSPSingularValueMonitor() (which can be set with option -ksp_singmonitor) to print the singular values at each iteration of the linear solve.
Level:advanced
Location:src/sles/ksp/interface/itfunc.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages