petsc-3.3-p7 2013-05-11
PetscViewerASCIIPrintf
Prints to a file, only from the first processor in the PetscViewer
Synopsis
#include "petscsys.h"
PetscErrorCode PetscViewerASCIIPrintf(PetscViewer viewer,const char format[],...)
Not Collective, but only first processor in set has any effect
Input Parameters
Fortran Note
The call sequence is PetscViewerASCIIPrintf(PetscViewer, character(*), int ierr) from Fortran.
That is, you can only pass a single character string from Fortran.
See Also
PetscPrintf(), PetscSynchronizedPrintf(), PetscViewerASCIIOpen(),
PetscViewerASCIIPushTab(), PetscViewerASCIIPopTab(), PetscViewerASCIISynchronizedPrintf(),
PetscViewerCreate(), PetscViewerDestroy(), PetscViewerSetType(), PetscViewerASCIIGetPointer(), PetscViewerASCIISynchronizedAllow()
Level:developer
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
Examples
src/sys/viewer/examples/tutorials/ex1.c.html
src/sys/sf/examples/tutorials/ex1.c.html
src/snes/examples/tutorials/ex15.c.html
src/snes/examples/tutorials/ex48.c.html
src/ts/examples/tutorials/ex9.c.html
src/ts/examples/tutorials/ex14.c.html