PetscErrorCode (*PetscErrorPrintf)(const char format[],...);
-error_output_stderr | - cause error messages to be printed to stderr instead of the (default) stdout | |
-error_output_none to turn off all printing of error messages (does not change the way the | - error is handled.) |
Notes: Use PetscErrorPrintf = PetscErrorPrintfNone; to turn off all printing of error messages (does not change the way the error is handled.) and PetscErrorPrintf = PetscErrorPrintfDefault; to turn it back on
Level:developer
Location:include/petsc.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages