PetscViewerPushFormat#
Sets the format for a PetscViewer
.
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscViewerPushFormat(PetscViewer viewer, PetscViewerFormat format)
Logically Collective
Input Parameters#
viewer - the
PetscViewer
format - the format
Note#
See PetscViewerFormat
for available values
See Also#
Viewers: Looking at PETSc Objects, PetscViewer
, PetscViewerFormat
, PetscViewerASCIIOpen()
, PetscViewerBinaryOpen()
, MatView()
, VecView()
,
PetscViewerSetFormat()
, PetscViewerPopFormat()
Level#
intermediate
Location#
Examples#
src/dm/tutorials/ex7.c
src/dm/tutorials/ex22.c
src/vec/vec/tutorials/ex3.c
src/ts/tutorials/ex9.c
src/vec/is/sf/tutorials/ex1f.F90
src/ksp/ksp/tutorials/ex55.c
src/dm/impls/plex/tutorials/ex5.c
src/ts/tutorials/ex53.c
src/vec/is/sf/tutorials/ex1.c
src/ts/tutorials/ex30.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages