Home
last modified time | relevance | path

Searched refs:PetscErrorType (Results 1 – 11 of 11) sorted by relevance

/petsc/src/sys/error/ftn-custom/
H A Dzerrf.c27 …MPI_Comm *comm, int *, const char *, const char *, PetscErrorCode *, PetscErrorType *, const char …
30 …comm, int line, const char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char … in ourerrorhandler()
48 …mm, int *line, const char *fun, const char *file, PetscErrorCode *n, PetscErrorType *p, const char… in petsctracebackerrorhandler_()
53 …mm, int *line, const char *fun, const char *file, PetscErrorCode *n, PetscErrorType *p, const char… in petscaborterrorhandler_()
58 …mm, int *line, const char *fun, const char *file, PetscErrorCode *n, PetscErrorType *p, const char… in petscattachdebuggererrorhandler_()
63 …mm, int *line, const char *fun, const char *file, PetscErrorCode *n, PetscErrorType *p, const char… in petscemacsclienterrorhandler_()
68 …mm, int *line, const char *fun, const char *file, PetscErrorCode *n, PetscErrorType *p, const char… in petscignoreerrorhandler_()
73 …er)(MPI_Comm *, int *, const char *, const char *, PetscErrorCode *, PetscErrorType *, const char … in petscpusherrorhandler_() argument
82 PETSC_EXTERN void petscerror_(MPI_Fint *comm, PetscErrorCode *number, PetscErrorType *p, char *mess… in petscerror_()
/petsc/include/
H A Dpetscerror.h1298 } PetscErrorType; typedef
1303 …etscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *,…
1307 …orHandler(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *,…
1308 …orHandler(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *,…
1309 …orHandler(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *,…
1310 …orHandler(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *,…
1311 …orHandler(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *,…
1312 …orHandler(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *,…
1313 …orHandler(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *,…
1314 …*handler)(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *,…
/petsc/src/sys/error/
H A Derrabort.c42 …comm, int line, const char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char … in PetscAbortErrorHandler()
H A Derrstop.c31 …comm, int line, const char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char … in PetscMPIAbortErrorHandler()
H A Derrtrace.c37 …comm, int line, const char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char … in PetscIgnoreErrorHandler()
177 …comm, int line, const char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char … in PetscTraceBackErrorHandler()
H A Derr.c11 …*handler)(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *,…
56 …comm, int line, const char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char … in PetscEmacsClientErrorHandler()
123 …comm, int line, const char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char … in PetscPushErrorHandler()
187 …comm, int line, const char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char … in PetscReturnErrorHandler()
386 …omm, int line, const char *func, const char *file, PetscErrorCode n, PetscErrorType p, const char … in PetscError()
H A Dadebug.c511 …mm, int line, const char *fun, const char *file, PetscErrorCode num, PetscErrorType p, const char … in PetscAttachDebuggerErrorHandler()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsys.pxi21 MPI_Comm, int, char*, char*, int, PetscErrorType, char*, void*)
H A DPETSc.pyx284 PetscErrorCode PetscTBEH(MPI_Comm, int, char*, char*, int, PetscErrorType, char*, void*)
294 PetscErrorType p,
334 PetscErrorType p,
/petsc/src/binding/petsc4py/src/petsc4py/
H A DPETSc.pxd352 ctypedef enum PetscErrorType:
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h25 PetscErrorCode,PetscErrorType,const char*,void*);