#include "petscksp.h" PetscErrorCode KSPSetComputeSingularValues(KSP ksp,PetscBool flg)Logically 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 KSPMonitorSingularValue() (which can be set with option -ksp_monitor_singular_value) to print the singular values at each iteration of the linear solve.
Level:advanced
Location:src/ksp/ksp/interface/itfunc.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages