petsc-3.7.1 2016-05-15
PetscFPrintf
Prints to a file, only from the first processor in the communicator.
Synopsis
PetscErrorCode PetscFPrintf(MPI_Comm comm,FILE* fd,const char format[],...)
Not Collective Many br
Input Parameters
| comm | - the communicator Many br |
| fd | - the file pointer Many br |
| format | - the usual printf() format string Many br |
Many br
Fortran Note
This routine is not supported in Fortran. Many br
See Also
PetscPrintf(), PetscSynchronizedPrintf(), PetscViewerASCIIPrintf(),
PetscViewerASCIISynchronizedPrintf(), PetscSynchronizedFlush() Many br
Level:intermediate
Location:src/sys/fileio/mprint.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ksp/ksp/examples/tutorials/ex2.c.html
src/ksp/ksp/examples/tutorials/ex18.c.html
src/ksp/ksp/examples/tutorials/ex42.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html
src/ksp/ksp/examples/tutorials/ex46.c.html
src/ksp/ksp/examples/tutorials/ex49.c.html
src/ksp/ksp/examples/tutorials/ex52.c.html