Home
last modified time | relevance | path

Searched refs:PetscIgnoreErrorHandler (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/error/
H A Derrtrace.c37 PetscErrorCode PetscIgnoreErrorHandler(MPI_Comm comm, int line, const char *fun, const char *file, … in PetscIgnoreErrorHandler() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsys.pxi27 PetscErrorHandlerFunction PetscIgnoreErrorHandler
H A DSys.pyx357 handler = PetscIgnoreErrorHandler
/petsc/src/sys/error/ftn-custom/
H A Dzerrf.c70 *ierr = PetscIgnoreErrorHandler(*comm, *line, fun, file, *n, *p, mess, ctx); in petscignoreerrorhandler_()
/petsc/include/
H A Dpetscerror.h1308 PETSC_EXTERN PetscErrorCode PetscIgnoreErrorHandler(MPI_Comm, int, const char *, const char *, Pets…
/petsc/doc/changes/
H A D314.md6 - Deprecate PetscIgnoreErrorHandler(), use PetscReturnErrorHandler()