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
Viewer Index
Table of Contents