#include "petscviewer.h" PetscErrorCode PetscViewerVTKOpen(MPI_Comm comm,const char name[],PetscFileMode type,PetscViewer *vtk)Collective on MPI_Comm
comm | - MPI communicator | |
name | - name of file | |
type | - type of file |
FILE_MODE_WRITE - create new file for binary output
FILE_MODE_READ - open existing file for binary input (not currently supported)
FILE_MODE_APPEND - open existing file for binary output (not currently supported)
Level:beginner
Location:src/sys/classes/viewer/impls/vtk/vtkv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages