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#
viewer - the
PetscViewer
See Also#
Viewers: Looking at PETSc Objects, PetscViewer
, PetscViewerFormat
, PetscViewerASCIIOpen()
, PetscViewerBinaryOpen()
, MatView()
, VecView()
,
PetscViewerSetFormat()
, PetscViewerPushFormat()
Level#
intermediate
Location#
Examples#
src/ksp/ksp/tutorials/ex76.c
src/ksp/ksp/tutorials/ex54.c
src/ksp/ksp/tutorials/ex56.c
src/snes/tutorials/ex56.c
src/dm/impls/plex/tutorials/ex5.c
src/ksp/ksp/tutorials/ex55.c
src/snes/tutorials/ex17.c
src/dm/tutorials/ex22.c
src/snes/tutorials/ex62.c
src/dm/tutorials/ex7.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages