PetscViewerAndFormatDestroy#
Destroys a PetscViewerAndFormat
struct.
Synopsis#
#include "petscviewer.h"
PetscErrorCode PetscViewerAndFormatDestroy(PetscViewerAndFormat **vf)
Collective
Input Parameters#
vf - the
PetscViewerAndFormat
to be destroyed.
See Also#
Viewers: Looking at PETSc Objects, PetscViewerSocketOpen()
, PetscViewerASCIIOpen()
, PetscViewerCreate()
, PetscViewerDrawOpen()
, PetscViewerAndFormatCreate()
Level#
developer
Location#
Examples#
src/ksp/ksp/tutorials/ex2f.F90.html
src/snes/tutorials/ex30.c.html
src/ts/tutorials/ex12.c.html
src/ts/tutorials/ex52.c.html
src/ts/tutorials/ex7.c.html
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages