Searched refs:PETSC_ERR_RETURN (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex16.c | 60 …PetscCheck(cti == dm_polytope, comm, PETSC_ERR_RETURN, "Multi-topology not yet supported in this e… in ReadCGNSDM() 65 …PetscCheck(mincti == maxcti, comm, PETSC_ERR_RETURN, "Multi-topology not yet supported in this exa… in ReadCGNSDM()
|
| H A D | ex15.c | 246 PetscCheck(set, comm, PETSC_ERR_RETURN, "Time data wasn't set!"); in main()
|
| /petsc/include/ |
| H A D | petscsystypes.h | 121 PETSC_ERR_RETURN = 99, /* PetscError() incorrectly returned an error code of 0 */ enumerator
|
| H A D | petscerror.h | 58 return ierr_seterrq_petsc_ ? ierr_seterrq_petsc_ : PETSC_ERR_RETURN; \
|
| /petsc/doc/changes/ |
| H A D | 318.md | 30 - Add `PETSC_ERR_RETURN` to signal when an error handler returns 0 in `PetscError()` 32 … via user-set error handler. In such cases `SETERRQ()` now returns `PETSC_ERR_RETURN` (a nonzero v…
|
| /petsc/src/sys/ftn-mod/ |
| H A D | petscsysmod.F90 | 209 PetscErrorCode, parameter :: PETSC_ERR_RETURN = 99
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 442 PetscCheck(set, comm, PETSC_ERR_RETURN, "Time data wasn't set!"); in main()
|