ViewerGetFilename

Gets the name of the file the viewer uses.

Synopsis

#include "petsc.h"   
int ViewerGetFilename(Viewer viewer,char **name)
Not Collective

Input Parameter

viewer -the viewer; either ASCII or binary

Output Parameter

name -the name of the file it is using

See Also

ViewerCreate(), ViewerSetType(), ViewerASCIIOpen(), ViewerBinaryOpen(), ViewerSetFilename()

Level:advanced
Location:
src/sys/src/viewer/impls/ascii/filev.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages