Home
last modified time | relevance | path

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

/petsc/src/sys/tutorials/
H A Dex17f.F9018 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 Dpetscsysbase.h138 #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 D2017.md155 - 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 D2028.md175 instead of SETERRA(), CHKERRA().
/petsc/src/dm/impls/plex/tests/
H A Dex26f90.F90113 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 Dex5f.F90395 SETERRA(PETSC_COMM_WORLD, ierr, 'Lambda')