ViewerASCIIGetPointer

Extracts the file pointer from an ASCII viewer.

Synopsis

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

viewer - viewer context, obtained from ViewerASCIIOpen()
fd - file pointer

Fortran Note

This routine is not supported in Fortran.

See Also

ViewerASCIIOpen(), ViewerDestroy(), ViewerSetType(), ViewerCreate(), ViewerASCIIPrintf(),
ViewerASCIISynchronizedPrintf(), ViewerFlush()

Level:intermediate
Location:
src/sys/src/viewer/impls/ascii/filev.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages