PetscViewerPopFormat#

Resets the format for a PetscViewer to the value it had before the previous call to PetscViewerPushFormat()

Synopsis#

#include "petscsys.h" 
PetscErrorCode PetscViewerPopFormat(PetscViewer viewer)

Logically Collective

Input Parameter#

See Also#

Viewers: Looking at PETSc Objects, PetscViewer, PetscViewerFormat, PetscViewerASCIIOpen(), PetscViewerBinaryOpen(), MatView(), VecView(), PetscViewerSetFormat(), PetscViewerPushFormat()

Level#

intermediate

Location#

src/sys/classes/viewer/interface/viewa.c

Examples#

src/dm/impls/plex/tutorials/ex5.c
src/dm/tutorials/ex7.c
src/dm/tutorials/ex22.c
src/vec/vec/tutorials/ex3.c
src/ts/tutorials/ex53.c
src/snes/tutorials/ex56.c
src/snes/tutorials/ex62.c
src/vec/is/sf/tutorials/ex1.c
src/snes/tutorials/ex17.c
src/ts/tutorials/ex9.c


Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages