ViewerASCIIPrintf
Prints to a file, only from the first processor in the viewer
Synopsis
#include "petsc.h"
int ViewerASCIIPrintf(Viewer viewer,const char format[],...)
Not Collective, but only first processor in set has any effect
Input Parameters
| viewer | - optained with ViewerASCIIOpen()
|
| format | - the usual printf() format string
|
Fortran Note
This routine is not supported in Fortran.
Keywords
parallel, fprintf
See Also
PetscPrintf(), PetscSynchronizedPrintf(), ViewerASCIIOpen(),
ViewerASCIIPushTab(), ViewerASCIIPopTab(), ViewerASCIISynchronizedPrintf(),
ViewerCreate(), ViewerDestroy(), ViewerSetType(), ViewerASCIIGetPointer()
Level:developer
Location:src/sys/src/viewer/impls/ascii/filev.c
Viewer Index
Table of Contents