Home
last modified time | relevance | path

Searched refs:PetscCallExternalAbort (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/tests/
H A Dex75.c12 PetscCallExternalAbort(ReturnAnError, 0); in MakeAnError()
/petsc/include/
H A Dpetscerror.h1900 void PetscCallExternalAbort(F, Args...);
1980 #define PetscCallExternalAbort(func, ...) \ macro
/petsc/doc/changes/
H A D322.md33 - Add `PetscCallExternalAbort()` for calling external library functions from functions not returnin…