#include "petsc.h" PetscErrorCode PetscViewerBinaryRead(PetscViewer viewer,void *data,PetscInt count,PetscDataType dtype)Collective on MPI_Comm
viewer | - the binary viewer | |
data | - location to write the data | |
count | - number of items of data to read | |
datatype | - type of data to read |
Level:beginner
Location:src/sys/viewer/impls/binary/binv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages