PETSc version 3.16.6
Fix/Edit manual page

PetscViewerFileSetMode

Sets the open mode of file

Synopsis

#include "petscviewer.h"   
PetscErrorCode PetscViewerFileSetMode(PetscViewer viewer,PetscFileMode mode)
Logically Collective on PetscViewer

Input Parameters

viewer - the PetscViewer; must be a a PETSCVIEWERBINARY, PETSCVIEWERMATLAB, PETSCVIEWERHDF5, or PETSCVIEWERASCII PetscViewer
mode - open mode of file
   FILE_MODE_WRITE - create new file for output
   FILE_MODE_READ - open existing file for input
   FILE_MODE_APPEND - open existing file for output

See Also

PetscViewerFileSetMode(), PetscViewerCreate(), PetscViewerSetType(), PetscViewerBinaryOpen()

Level

advanced

Location

src/sys/classes/viewer/impls/binary/binv.c

Examples

src/sys/classes/viewer/tutorials/ex1.c.html
src/mat/tutorials/ex10.c.html
src/dm/tutorials/ex15.c.html
src/dm/tutorials/ex20.c.html
src/dm/tutorials/ex21.c.html
src/ksp/ksp/tutorials/ex43.c.html
src/ksp/ksp/tutorials/ex70.c.html
src/snes/tutorials/ex12.c.html
src/ts/tutorials/ex11.c.html
src/ts/tutorials/ex48.c.html

Implementations

PetscViewerFileSetMode_ExodusII in src/dm/impls/plex/plexexodusii.c
PetscViewerFileSetMode_ADIOS in src/sys/classes/viewer/impls/adios/adios.c
PetscViewerFileSetMode_ASCII in src/sys/classes/viewer/impls/ascii/filev.c
PetscViewerFileSetMode_Binary in src/sys/classes/viewer/impls/binary/binv.c
PetscViewerFileSetMode_HDF5 in src/sys/classes/viewer/impls/hdf5/hdf5v.c
PetscViewerFileSetMode_Matlab in src/sys/classes/viewer/impls/matlab/vmatlab.c
PetscViewerFileSetMode_VTK in src/sys/classes/viewer/impls/vtk/vtkv.c
PetscViewerFileSetMode_VU in src/sys/classes/viewer/impls/vu/petscvu.c

Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages