Searched refs:PetscCallExternalAbort (Results 1 – 3 of 3) sorted by relevance
12 PetscCallExternalAbort(ReturnAnError, 0); in MakeAnError()
1900 void PetscCallExternalAbort(F, Args...);1980 #define PetscCallExternalAbort(func, ...) \ macro
33 - Add `PetscCallExternalAbort()` for calling external library functions from functions not returnin…