#include <petscsys.h> PetscErrorCode SETERRQ1(MPI_Comm comm,PetscErrorCode errorcode,char *formatmessage,arg)Not Collective Many br
comm | - A communicator, so that the error can be collective Many br | |
errorcode | - nonzero error code, see the list of standard error codes in include/petscerror.h Many br | |
message | - error message in the printf format Many br | |
arg | - argument (for example an integer, string or double) Many br |
Many br
Experienced users can set the error handler with PetscPushErrorHandler(). Many br
Level:beginner
Location:src/sys/error/../../../include/petscerror.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages