petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscViewerASCIIGetPointer

Extracts the file pointer from an ASCII PetscViewer.

Synopsis

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

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

Many br

Fortran Note

This routine is not supported in Fortran. Many br

See Also

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

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