#include "petscksp.h" PetscErrorCode KSPSetComputeSingularValues(KSP ksp,PetscBool flg)Logically Collective on KSP Many br
ksp | - iterative context obtained from KSPCreate() Many br | |
flg | - PETSC_TRUE or PETSC_FALSE Many br |
Many users may just want to use the monitoring routine Many brKSPMonitorSingularValue() (which can be set with option -ksp_monitor_singular_value) Many brto print the singular values at each iteration of the linear solve. Many br
Many br
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