Actual source code: petscerror.h

petsc-3.13.6 2020-09-29
Report Typos and Errors

  2: !
  3: !  Include file for Fortran error codes
  4: !
  5:       PetscEnum, parameter :: PETSC_ERROR_INITIAL = 0
  6:       PetscEnum, parameter :: PETSC_ERROR_REPEAT  = 1

  8:       PetscErrorCode, parameter :: PETSC_ERR_MEM              = 55
  9:       PetscErrorCode, parameter :: PETSC_ERR_SUP              = 56
 10:       PetscErrorCode, parameter :: PETSC_ERR_SUP_SYS          = 57
 11:       PetscErrorCode, parameter :: PETSC_ERR_ORDER            = 58
 12:       PetscErrorCode, parameter :: PETSC_ERR_SIG              = 59
 13:       PetscErrorCode, parameter :: PETSC_ERR_FP               = 72
 14:       PetscErrorCode, parameter :: PETSC_ERR_COR              = 74
 15:       PetscErrorCode, parameter :: PETSC_ERR_LIB              = 76
 16:       PetscErrorCode, parameter :: PETSC_ERR_PLIB             = 77
 17:       PetscErrorCode, parameter :: PETSC_ERR_MEMC             = 78
 18:       PetscErrorCode, parameter :: PETSC_ERR_CONV_FAILED      = 82
 19:       PetscErrorCode, parameter :: PETSC_ERR_USER             = 83
 20:       PetscErrorCode, parameter :: PETSC_ERR_SYS              = 88
 21:       PetscErrorCode, parameter :: PETSC_ERR_POINTER          = 70
 22:       PetscErrorCode, parameter :: PETSC_ERR_MPI_LIB_INCOMP   = 87

 24:       PetscErrorCode, parameter :: PETSC_ERR_ARG_SIZ          = 60
 25:       PetscErrorCode, parameter :: PETSC_ERR_ARG_IDN          = 61
 26:       PetscErrorCode, parameter :: PETSC_ERR_ARG_WRONG        = 62
 27:       PetscErrorCode, parameter :: PETSC_ERR_ARG_CORRUPT      = 64
 28:       PetscErrorCode, parameter :: PETSC_ERR_ARG_OUTOFRANGE   = 63
 29:       PetscErrorCode, parameter :: PETSC_ERR_ARG_BADPTR       = 68
 30:       PetscErrorCode, parameter :: PETSC_ERR_ARG_NOTSAMETYPE  = 69
 31:       PetscErrorCode, parameter :: PETSC_ERR_ARG_NOTSAMECOMM  = 80
 32:       PetscErrorCode, parameter :: PETSC_ERR_ARG_WRONGSTATE   = 73
 33:       PetscErrorCode, parameter :: PETSC_ERR_ARG_TYPENOTSET   = 89
 34:       PetscErrorCode, parameter :: PETSC_ERR_ARG_INCOMP       = 75
 35:       PetscErrorCode, parameter :: PETSC_ERR_ARG_NULL         = 85
 36:       PetscErrorCode, parameter :: PETSC_ERR_ARG_UNKNOWN_TYPE = 86

 38:       PetscErrorCode, parameter :: PETSC_ERR_FILE_OPEN        = 65
 39:       PetscErrorCode, parameter :: PETSC_ERR_FILE_READ        = 66
 40:       PetscErrorCode, parameter :: PETSC_ERR_FILE_WRITE       = 67
 41:       PetscErrorCode, parameter :: PETSC_ERR_FILE_UNEXPECTED  = 79

 43:       PetscErrorCode, parameter :: PETSC_ERR_MAT_LU_ZRPVT     = 71
 44:       PetscErrorCode, parameter :: PETSC_ERR_MAT_CH_ZRPVT     = 81

 46:       PetscErrorCode, parameter :: PETSC_ERR_INT_OVERFLOW     = 84

 48:       PetscErrorCode, parameter :: PETSC_ERR_FLOP_COUNT       = 90
 49:       PetscErrorCode, parameter :: PETSC_ERR_NOT_CONVERGED    = 91
 50:       PetscErrorCode, parameter :: PETSC_ERR_MISSING_FACTOR   = 92
 51:       PetscErrorCode, parameter :: PETSC_ERR_OPT_OVERWRITE    = 93
 52:       PetscErrorCode, parameter :: PETSC_ERR_WRONG_MPI_SIZE   = 94
 53:       PetscErrorCode, parameter :: PETSC_ERR_USER_INPUT       = 95