PetscViewerPushFormat#
Sets the format for a PetscViewer.
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscViewerPushFormat(PetscViewer viewer, PetscViewerFormat format)
Logically Collective
Input Parameters#
viewer - the
PetscViewerformat - 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/ksp/ksp/tutorials/ex55.c
src/ksp/ksp/tutorials/ex54.c
src/snes/tutorials/ex56.c
src/snes/tutorials/ex62.c
src/snes/tutorials/ex1f.F90
src/snes/tutorials/ex17.c
src/mat/tutorials/ex10.c
src/ksp/ksp/tutorials/ex76.c
src/snes/tutorials/ex34.c
src/ksp/ksp/tutorials/ex2f.F90
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages