ViewerBinaryGetInfoPointer

Extracts the file pointer for the ASCII info file associated with a binary file.

Synopsis

#include "petsc.h"   
int ViewerBinaryGetInfoPointer(Viewer viewer,FILE **file)
Not Collective

viewer - viewer context, obtained from ViewerBinaryOpen()
file - file pointer

Notes

For writable binary viewers, the descriptor will only be valid for the first processor in the communicator that shares the viewer.

Fortran Note

This routine is not supported in Fortran.

See Also

ViewerBinaryOpen(),ViewerBinaryGetDescriptor()

Level:advanced
Location:
src/sys/src/viewer/impls/binary/binv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages