Lines Matching refs:err
92 PETSC_EXTERN void petscerrorf_(PetscErrorCode *err, int *line, char *file, PETSC_FORTRAN_CHARLEN_T … in petscerrorf_() argument
98 *err = PetscError(PETSC_COMM_SELF, *line, NULL, tfile, *err, PETSC_ERROR_REPEAT, NULL); in petscerrorf_()
102 PETSC_EXTERN void petscerrormpi_(PetscErrorCode *err, int *line, char *file, PETSC_FORTRAN_CHARLEN_… in petscerrormpi_() argument
109 PetscMPIErrorString(*err, 2 * MPI_MAX_ERROR_STRING, errorstring); in petscerrormpi_()
110 …*err = PetscError(PETSC_COMM_SELF, *line, NULL, file, PETSC_ERR_MPI, PETSC_ERROR_INITIAL, "MPI err… in petscerrormpi_()
112 *err = PETSC_ERR_MPI; in petscerrormpi_()
115 PETSC_EXTERN void petscerrorf_(PetscErrorCode *err) in petscerrorf_() argument
117 *err = PetscError(PETSC_COMM_SELF, 0, NULL, NULL, *err, PETSC_ERROR_REPEAT, NULL); in petscerrorf_()
120 PETSC_EXTERN void petscerrormpi_(PetscErrorCode *err) in petscerrormpi_() argument
124 PetscMPIErrorString(*err, 2 * MPI_MAX_ERROR_STRING, errorstring); in petscerrormpi_()
125 …*err = PetscError(PETSC_COMM_SELF, 0, NULL, NULL, PETSC_ERR_MPI, PETSC_ERROR_INITIAL, "MPI error %… in petscerrormpi_()
126 *err = PETSC_ERR_MPI; in petscerrormpi_()