petsc-3.4.5 2014-06-29

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/ksp/ksp/examples/tutorials/ex43.c.html
src/snes/examples/tutorials/ex12.c.html
src/snes/examples/tutorials/ex31.c.html
src/snes/examples/tutorials/ex62.c.html
src/ts/examples/tutorials/ex11.c.html