#include "petsc.h" void PetscErrorCxx(int line,const char *func,const char* file,const char *dir,PetscErrorCode n,int p)Not Collective
line | - the line number of the error (indicated by __LINE__) | |
func | - the function where the error occured (indicated by __FUNCT__) | |
dir | - the directory of file (indicated by __SDIR__) | |
file | - the file in which the error was detected (indicated by __FILE__) | |
n | - the generic error number | |
p | - 1 indicates the error was initially detected, 0 indicates this is a traceback from a previously detected error |