PetscViewerASCIISetTab#
Causes PetscViewer
to tab in a number of times
Synopsis#
#include "petscviewer.h"
PetscErrorCode PetscViewerASCIISetTab(PetscViewer viewer, PetscInt tabs)
Not Collective, but only first processor in set has any effect; No Fortran Support
Input Parameters#
viewer - obtained with
PetscViewerASCIIOpen()
tabs - number of tabs
See Also#
Viewers: Looking at PETSc Objects, PetscPrintf()
, PetscSynchronizedPrintf()
, PetscViewerASCIIPrintf()
, PetscViewerASCIIGetTab()
,
PetscViewerASCIIPopTab()
, PetscViewerASCIISynchronizedPrintf()
, PetscViewerASCIIOpen()
,
PetscViewerCreate()
, PetscViewerDestroy()
, PetscViewerSetType()
, PetscViewerASCIIGetPointer()
, PetscViewerASCIIPushTab()
Level#
developer
Location#
src/sys/classes/viewer/impls/ascii/filev.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages