Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscerror.h99 #define SETERRMPI(comm, ierr, ...) return ((void)PetscError(comm, __LINE__, PETSC_FUNCTION_NAME, __… macro
221 if (PetscUnlikely(!(cond))) SETERRMPI(comm, ierr, __VA_ARGS__); \
786 …(...) PetscCallMPI_Private(PetscStackPopNoCheck(PETSC_FUNCTION_NAME), SETERRMPI, PETSC_COMM_SELF…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPETSc.pyx95 # SETERRMPI Support
105 cdef inline int SETERRMPI(int ierr) noexcept nogil: function
120 <void>SETERRMPI(ierr)
/petsc/doc/changes/
H A D317.md65 - Change `SETERRMPI()` to be variadic