PetscErrorPrintfDefault#
The default error printing used by PetscErrorPrintf()
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscErrorPrintfDefault(const char format[], ...)
Not Collective; No Fortran Support
Input Parameter#
format - the usual
printf()format string
Options Database Key#
-error_output_stdout - write the error messages to
stdoutinstead of the defaultstderr
See Also#
PetscErrorPrintf(), PetscFPrintf(), PetscSynchronizedPrintf(), PetscPrintf(), PetscPushErrorHandler(),
PetscVFPrintf(), PetscHelpPrintf(), PetscErrorPrintfNone()
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages