Lines Matching refs:file

30 static PetscErrorCode ourerrorhandler(MPI_Comm comm, int line, const char *fun, const char *file, P…  in ourerrorhandler()  argument
36 ierr = PetscStrlen(file, &len2); in ourerrorhandler()
40 …(*f2)(&comm, &line, fun, file, &n, &p, mess, ctx, &ierr, (PETSC_FORTRAN_CHARLEN_T)len1, (PETSC_FOR… in ourerrorhandler()
48 …backerrorhandler_(MPI_Comm *comm, int *line, const char *fun, const char *file, PetscErrorCode *n,… in petsctracebackerrorhandler_() argument
50 *ierr = PetscTraceBackErrorHandler(*comm, *line, fun, file, *n, *p, mess, ctx); in petsctracebackerrorhandler_()
53 …borterrorhandler_(MPI_Comm *comm, int *line, const char *fun, const char *file, PetscErrorCode *n,… in petscaborterrorhandler_() argument
55 *ierr = PetscAbortErrorHandler(*comm, *line, fun, file, *n, *p, mess, ctx); in petscaborterrorhandler_()
58 …ggererrorhandler_(MPI_Comm *comm, int *line, const char *fun, const char *file, PetscErrorCode *n,… in petscattachdebuggererrorhandler_() argument
60 *ierr = PetscAttachDebuggerErrorHandler(*comm, *line, fun, file, *n, *p, mess, ctx); in petscattachdebuggererrorhandler_()
63 …ienterrorhandler_(MPI_Comm *comm, int *line, const char *fun, const char *file, PetscErrorCode *n,… in petscemacsclienterrorhandler_() argument
65 *ierr = PetscEmacsClientErrorHandler(*comm, *line, fun, file, *n, *p, mess, ctx); in petscemacsclienterrorhandler_()
68 …noreerrorhandler_(MPI_Comm *comm, int *line, const char *fun, const char *file, PetscErrorCode *n,… in petscignoreerrorhandler_() argument
70 *ierr = PetscIgnoreErrorHandler(*comm, *line, fun, file, *n, *p, mess, ctx); in petscignoreerrorhandler_()
92 PETSC_EXTERN void petscerrorf_(PetscErrorCode *err, int *line, char *file, PETSC_FORTRAN_CHARLEN_T … in petscerrorf_() argument
97 FIXCHAR(file, len, tfile); in petscerrorf_()
99 FREECHAR(file, tfile); in petscerrorf_()
102 PETSC_EXTERN void petscerrormpi_(PetscErrorCode *err, int *line, char *file, PETSC_FORTRAN_CHARLEN_… in petscerrormpi_() argument
108 FIXCHAR(file, len, tfile); in petscerrormpi_()
110 …*err = PetscError(PETSC_COMM_SELF, *line, NULL, file, PETSC_ERR_MPI, PETSC_ERROR_INITIAL, "MPI err… in petscerrormpi_()
111 FREECHAR(file, tfile); in petscerrormpi_()