petsc-3.9.4 2018-09-11
KSPGetTabLevel
Gets the number of tabs that ASCII output used by ksp.
Synopsis
#include "petscksp.h"
PetscErrorCode KSPGetTabLevel(KSP ksp,PetscInt *tab)
Not Collective
Input Parameter
ksp -a KSP object.
Output Parameter
tab -the number of tabs
Notes: this is used in conjunction with KSPSetTabLevel() to manage the output from the KSP and its PC coherently.
See Also
KSPSetTabLevel()
Level
developer
Location
src/ksp/ksp/interface/itcl.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages