petsc-3.3-p7 2013-05-11

PetscViewerASCIIGetPointer

Extracts the file pointer from an ASCII PetscViewer.

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscViewerASCIIGetPointer(PetscViewer viewer,FILE **fd)
Not Collective

viewer - PetscViewer context, obtained from PetscViewerASCIIOpen()
fd - file pointer

Fortran Note

This routine is not supported in Fortran.

See Also

PetscViewerASCIIOpen(), PetscViewerDestroy(), PetscViewerSetType(), PetscViewerCreate(), PetscViewerASCIIPrintf(),
PetscViewerASCIISynchronizedPrintf(), PetscViewerFlush()

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