Lines Matching defs:comm
55 #define SETERRQ(comm, ierr, ...) \ argument
61 #define SETERRQNULL(comm, ierr, ...) \ argument
99 #define SETERRMPI(comm, ierr, ...) return ((void)PetscError(comm, __LINE__, PETSC_FUNCTION_NAME, __… argument
155 #define SETERRABORT(comm, ierr, ...) \ argument
191 #define PetscCheck(cond, comm, ierr, ...) \ argument
219 #define PetscCheckReturnMPI(cond, comm, ierr, ...) \ argument
249 #define PetscCheckAbort(cond, comm, ierr, ...) \ argument
281 #define PetscAssert(cond, comm, ierr, ...) PetscCheck(cond, comm, ierr, __VA_ARGS__) argument
309 #define PetscAssertAbort(cond, comm, ierr, ...) PetscCheckAbort(cond, comm, ierr, __VA_ARGS__) argument
311 #define PetscAssertAbort(cond, comm, ierr, ...) PetscAssume(cond) argument
787 …#define PetscCallMPIAbort(comm, ...) PetscCallMPI_Private(PetscStackPopNoCheck(PETSC_FUNCTION_NAME… argument
880 #define PetscCallAbort(comm, ...) \ argument
922 #define CHKERRABORT(comm, ...) PetscCallAbort(comm, __VA_ARGS__) argument
955 #define PETSCABORTWITHIERR_Private(comm, ierr) \ argument
1005 #define PETSCABORT(comm, ...) \ argument
1219 #define PetscCallCXXAbort(comm, ...) PetscCallCXX_Private(SETERRABORT, comm, __VA_ARGS__) argument