Searched refs:PetscReturnErrorHandler (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ksp/pc/impls/mat/tests/ |
| H A D | ex1.c | 112 PetscCall(PetscPushErrorHandler(PetscReturnErrorHandler, NULL)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex27.c | 29 PetscCall(PetscPushErrorHandler(PetscReturnErrorHandler, NULL)); in VecLoadIfExists_Private()
|
| /petsc/include/ |
| H A D | petscerror.h | 1313 PETSC_EXTERN PetscErrorCode PetscReturnErrorHandler(MPI_Comm, int, const char *, const char *, Pets…
|
| /petsc/src/ksp/ksp/utils/lmvm/sr1/ |
| H A D | sr1.c | 190 PetscCall(PetscPushErrorHandler(PetscReturnErrorHandler, NULL)); in SR1CompactProductsUpdate()
|
| /petsc/src/sys/error/ |
| H A D | err.c | 187 PetscErrorCode PetscReturnErrorHandler(MPI_Comm comm, int line, const char *fun, const char *file, … in PetscReturnErrorHandler() function
|
| /petsc/doc/developers/ |
| H A D | kernel.md | 120 - `PetscReturnErrorHandler()`, which returns up the stack without printing error messages;
|
| /petsc/doc/changes/ |
| H A D | 314.md | 6 - Deprecate PetscIgnoreErrorHandler(), use PetscReturnErrorHandler()
|