PetscErrorPrintfNone#
An alternative to PetscErrorPrintfDefault() that prints no error messages
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscErrorPrintfNone(const char format[], ...)
Not Collective; No Fortran Support
Input Parameter#
format - the usual
printf()format string
Options Database Key#
-error_output_none - install this function; the error is still handled in the same way, only the message is suppressed
See Also#
PetscErrorPrintf(), PetscErrorPrintfDefault(), PetscFPrintf(), PetscSynchronizedPrintf(), PetscPrintf(),
PetscPushErrorHandler(), PetscVFPrintf(), PetscHelpPrintf()
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages