Searched refs:SETERRA (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/tutorials/ |
| H A D | ex17f.F90 | 18 SETERRA(PETSC_COMM_SELF, PETSC_ERR_PLIB, trim(outputString)) 23 SETERRA(PETSC_COMM_SELF, PETSC_ERR_PLIB, trim(outputString)) 28 SETERRA(PETSC_COMM_SELF, PETSC_ERR_PLIB, trim(outputString))
|
| /petsc/include/petsc/finclude/ |
| H A D | petscsysbase.h | 138 #define SETERRA(c, ierr, s) call PetscError(c, ierr, PETSC_ERROR_INITIAL, s); call MPIU_Abort(c, i… macro 155 #define PetscCheckA(err, c, ierr, s) if (.not.(err)) then; SETERRA(c, ierr, s); endif
|
| /petsc/doc/changes/ |
| H A D | 2017.md | 155 - The error checking macros SETERRQ() and SETERRA() now have the 159 - Also, SETERRQ() and SETERRA() now use the macro \_\_FUNC\_\_ to keep 163 that may call SETERRQ(), SETERRA(), CHKERRQ(), or CHKERRA().
|
| H A D | 2028.md | 175 instead of SETERRA(), CHKERRA().
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex26f90.F90 | 113 SETERRA(PETSC_COMM_WORLD, PETSC_ERR_ARG_OUTOFRANGE, IOBuffer) 233 SETERRA(PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, IOBuffer) 276 SETERRA(PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, IOBuffer)
|
| /petsc/src/snes/tutorials/ |
| H A D | ex5f.F90 | 395 SETERRA(PETSC_COMM_WORLD, ierr, 'Lambda')
|