:orphan: # PetscViewerASCIIPushTab Adds one more tab to the amount that `PetscViewerASCIIPrintf()` lines are tabbed. ## Synopsis ``` #include "petscviewer.h" PetscErrorCode PetscViewerASCIIPushTab(PetscViewer viewer) ``` Not Collective, but only first MPI rank in the viewer has any effect; No Fortran Support ## Input Parameter - ***viewer -*** obtained with `PetscViewerASCIIOpen()` ## See Also [](sec_viewers), `PetscPrintf()`, `PetscSynchronizedPrintf()`, `PetscViewerASCIIPrintf()`, `PetscViewerASCIIPopTab()`, `PetscViewerASCIISynchronizedPrintf()`, `PetscViewerASCIIOpen()`, `PetscViewerCreate()`, `PetscViewerDestroy()`, `PetscViewerSetType()`, `PetscViewerASCIIGetPointer()` ## Level developer ## Location src/sys/classes/viewer/impls/ascii/filev.c ## Examples src/dm/label/tutorials/ex1.c
src/dm/label/tutorials/ex1f90.F90
src/tao/constrained/tutorials/ex1.c
src/ts/tutorials/ex14.c
src/vec/is/sf/tutorials/ex1.c
src/vec/vec/utils/tagger/tutorials/ex1.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/classes/viewer/impls/ascii/filev.c) [Index of all Viewer routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)