petsc-3.7.7 2017-09-25
   
PetscViewerFileGetName
Gets the name of the file the PetscViewer uses. 
Synopsis
#include "petscviewer.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/classes/viewer/impls/ascii/filev.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages