petsc-3.7.7 2017-09-25
   
PetscViewerFileSetName
Sets the name of the file the PetscViewer uses. 
Synopsis
#include "petscviewer.h" 
PetscErrorCode  PetscViewerFileSetName(PetscViewer viewer,const char name[])
Collective on PetscViewer
Input Parameters
|  | viewer | - the PetscViewer; either ASCII or binary | 
|  | name | - the name of the file it should use | 
See Also
 PetscViewerCreate(), PetscViewerSetType(), PetscViewerASCIIOpen(), PetscViewerBinaryOpen(), PetscViewerDestroy(),
PetscViewerASCIIGetPointer(), PetscViewerASCIIPrintf(), PetscViewerASCIISynchronizedPrintf()
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
Examples
src/sys/classes/viewer/examples/tutorials/ex1.c.html
src/dm/impls/plex/examples/tutorials/ex1.c.html
src/dm/impls/plex/examples/tutorials/ex1f90.F.html
src/dm/examples/tutorials/ex15.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html
src/snes/examples/tutorials/ex12.c.html
src/ts/examples/tutorials/ex11.c.html