#include "petscksp.h" PetscErrorCode KSPSetTabLevel(KSP ksp, PetscInt tab)Not Collective Many br
ksp | - a KSP object Many br | |
tab | - the number of tabs Many br |
Many br
Notes: this is used to manage the output from KSP and PC objects that are imbedded in other objects, Many brfor example, the KSP object inside a SNES object. By indenting each lower level further the heirarchy Many brof objects is very clear. By setting the KSP object's tab level with KSPSetTabLevel() its PC object Many brautomatically receives the same tab level, so that whatever objects the pc might create are tabbed Many brappropriately, too. Many br
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