ViewerSetFilename

Sets the name of the file the viewer uses.

Synopsis

#include "petsc.h"   
int ViewerSetFilename(Viewer viewer,const char name[])
Collective on Viewer

Input Parameters

viewer - the viewer; either ASCII or binary
name - the name of the file it should use

See Also

ViewerCreate(), ViewerSetType(), ViewerASCIIOpen(), ViewerBinaryOpen(), ViewerDestroy(),
ViewerASCIIGetPointer(), ViewerASCIIPrintf(), ViewerASCIISynchronizedPrintf()

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