Home
last modified time | relevance | path

Searched refs:PETSC_ERR_MAX_VALUE (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/error/
H A Derrtrace.c249 …if ((n <= PETSC_ERR_MIN_VALUE) || (n >= PETSC_ERR_MAX_VALUE)) (void)(*PetscErrorPrintf)("Reached t… in PetscTraceBackErrorHandler()
H A Derr.c277 if (errnum > PETSC_ERR_MIN_VALUE && errnum < PETSC_ERR_MAX_VALUE) { in PetscErrorMessage()
/petsc/include/
H A Dpetscsystypes.h124 PETSC_ERR_MAX_VALUE = 102, /* this is always the one more than the largest error code */ enumerator