petsc-3.5.4 2015-05-23
PetscBinaryClose
Closes a PETSc binary file.
Synopsis
PetscErrorCode PetscBinaryClose(int fd)
Not Collective
Output Parameter
fd -the file
See Also
PetscBinaryRead(), PetscBinaryWrite(), PetscBinaryOpen(), PetscBinarySynchronizedWrite(), PetscBinarySynchronizedRead(),
PetscBinarySynchronizedSeek()
Level:advanced
Location:src/sys/fileio/sysio.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/sys/classes/viewer/examples/tutorials/ex3.c.html
src/dm/examples/tutorials/ex15.c.html