petsc-3.3-p7 2013-05-11

PetscViewerFileGetName

Gets the name of the file the PetscViewer uses.

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscViewerFileGetName(PetscViewer viewer,const char **name)
Not Collective

Input Parameter

viewer -the PetscViewer; either ASCII or binary

Output Parameter

name -the name of the file it is using

See Also

PetscViewerCreate(), PetscViewerSetType(), PetscViewerASCIIOpen(), PetscViewerBinaryOpen(), PetscViewerFileSetName()

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