Home
last modified time | relevance | path

Searched defs:mess (Results 1 – 16 of 16) sorted by relevance

/petsc/src/sys/error/ftn-custom/
H A Dzerrf.c30 …st char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char *mess, PetscCtx ctx) in ourerrorhandler()
48 … char *fun, const char *file, PetscErrorCode *n, PetscErrorType *p, const char *mess, PetscCtx ctx… in petsctracebackerrorhandler_()
53 … char *fun, const char *file, PetscErrorCode *n, PetscErrorType *p, const char *mess, PetscCtx ctx… in petscaborterrorhandler_()
58 … char *fun, const char *file, PetscErrorCode *n, PetscErrorType *p, const char *mess, PetscCtx ctx… in petscattachdebuggererrorhandler_()
63 … char *fun, const char *file, PetscErrorCode *n, PetscErrorType *p, const char *mess, PetscCtx ctx… in petscemacsclienterrorhandler_()
68 … char *fun, const char *file, PetscErrorCode *n, PetscErrorType *p, const char *mess, PetscCtx ctx… in petscignoreerrorhandler_()
/petsc/src/sys/error/
H A Derrstop.c31 …st char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char *mess, PetscCtx ctx) in PetscMPIAbortErrorHandler()
H A Derrabort.c42 …st char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char *mess, PetscCtx ctx) in PetscAbortErrorHandler()
H A Derrtrace.c37 …st char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char *mess, PetscCtx ctx) in PetscIgnoreErrorHandler()
177 …st char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char *mess, PetscCtx ctx) in PetscTraceBackErrorHandler()
H A Derr.c56 …st char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char *mess, PetscCtx ctx) in PetscEmacsClientErrorHandler()
123 …st char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char *mess, PetscCtx ctx… in PetscPushErrorHandler()
187 …st char *fun, const char *file, PetscErrorCode n, PetscErrorType p, const char *mess, PetscCtx ctx) in PetscReturnErrorHandler()
386 …ine, const char *func, const char *file, PetscErrorCode n, PetscErrorType p, const char *mess, ...) in PetscError()
H A Dadebug.c511 … char *fun, const char *file, PetscErrorCode num, PetscErrorType p, const char *mess, PetscCtx ctx) in PetscAttachDebuggerErrorHandler()
/petsc/src/sys/tests/
H A Dex1f.F9016 subroutine MyErrHandler(comm, line, fun, file, n, p, mess, ctx, ierr) argument
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPETSc.pyx288 cdef PetscErrorCode traceback(
328 cdef PetscErrorCode PetscPythonErrorHandler(
/petsc/lib/petsc/bin/maint/
H A Dgcov.py670 def add_logfile_path(mess, stream_name): argument
/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c194 PetscLogDouble flops, mem, red, mess; in PetscPrintGlobalPerformance() local
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp188 static PetscErrorCode check_memtype_(PetscMemType mtype, const char mess[]) noexcept in check_memtype_()
/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx494 #define DEBUG_INFO(mess, ...) PetscDebugInfo(dctx, "dctx %" PetscInt64_FMT " (%s) - obj %" PetscInt… argument
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c55 PETSC_EXTERN void petscoptionsbegin_(MPI_Fint *fcomm, char *prefix, char *mess, char *sec, PetscErr… in petscoptionsbegin_()
/petsc/include/
H A Dpetscoptions.h194 #define PetscOptionsBegin(comm, prefix, mess, sec) \ argument
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c1275 PetscLogDouble stageTime, flops, flopr, mem, mess, messLen, red; in PetscLogHandlerView_Default_Info() local
/petsc/src/sys/objects/
H A Doptions.c1692 …de PetscOptionsReject(PetscOptions options, const char pre[], const char name[], const char mess[]) in PetscOptionsReject()