Searched refs:PetscERROR (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PETSc.pyx | 103 … PetscErrorCode PetscERROR(MPI_Comm, const char[], PetscErrorCode, int, const char[], const char[]) 113 …<void>PetscERROR(PETSC_COMM_SELF, "Unknown Python Function", PETSC_ERR_MPI, PETSC_ERROR_INITIAL, "…
|
| H A D | libpetsc4py.pyx | 56 return PetscERROR(PETSC_COMM_SELF, FUNCT, ierr, 60 return PetscERROR(PETSC_COMM_SELF, FUNCT, PETSC_ERR_USER,
|
| /petsc/src/binding/petsc4py/src/lib-petsc/ |
| H A D | custom.h | 18 #define PetscERROR(comm,FUNCT,n,t,msg,arg) \ macro
|