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 stdout instead of the default stderr

See Also#

PetscErrorPrintf(), PetscFPrintf(), PetscSynchronizedPrintf(), PetscPrintf(), PetscPushErrorHandler(), PetscVFPrintf(), PetscHelpPrintf(), PetscErrorPrintfNone()

Level#

developer

Location#

src/sys/error/errtrace.c


Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages