Searched refs:SETERRABORT (Results 1 – 12 of 12) sorted by relevance
| /petsc/include/ |
| H A D | petscerror.h | 155 #define SETERRABORT(comm, ierr, ...) \ macro 251 if (PetscUnlikely(!(cond))) SETERRABORT(comm, ierr, __VA_ARGS__); \ 787 …, ...) PetscCallMPI_Private(PetscStackPopNoCheck(PETSC_FUNCTION_NAME), SETERRABORT, comm, __VA_ARG… 1219 #define PetscCallCXXAbort(comm, ...) PetscCallCXX_Private(SETERRABORT, comm, __VA_ARGS__)
|
| H A D | petscmacros.h | 647 …#define PetscUnreachable() SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_PLIB, "Code path explicitly mark…
|
| H A D | petscblaslapack.h | 70 SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_SUP, "%s - Lapack routine is unavailable.", fname); in PetscMissingLapack()
|
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | bitmask.c | 88 …if ((numer < 0) || (denom <= 0)) SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_PLIB, "PCTFS_div_ceil() ::… in PCTFS_div_ceil()
|
| H A D | gs.c | 226 if (!in_elms) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_PLIB, "elms point to nothing!!!\n"); in gsi_check_args() 227 if (nel < 0) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_PLIB, "can't have fewer than 0 elms!!!\n"); in gsi_check_args() 257 if (j != nel) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_PLIB, "nel j mismatch!\n"); in gsi_check_args() 360 …if (vals[3] < 0) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_PLIB, "gsi_check_args() :: system not sem… in gsi_check_args() 361 …if (vals[4] == INT_MAX) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_PLIB, "gsi_check_args() :: system … in gsi_check_args() 370 …if (gs->negl <= 0) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_PLIB, "gsi_check_args() :: system empty… in gsi_check_args()
|
| /petsc/src/sys/error/ |
| H A D | signal.c | 49 …if (sh->classid != SIGNAL_CLASSID) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_COR, "Signal object has… in PetscSignalHandler_Private()
|
| /petsc/include/petsc/private/ |
| H A D | cupmsolverinterface.hpp | 34 #define PetscCallCUPMSOLVERAbort(comm_, ...) PetscCallCUPMSOLVER_(SETERRABORT, comm_, __VA_ARGS__)
|
| H A D | dmpleximpl.h | 421 SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Invalid celltype for DihedralInvert()"); in DihedralInvert() 441 SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Invalid celltype for DihedralCompose()"); in DihedralCompose() 461 SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Invalid celltype for DihedralCompose()"); in DihedralSwap()
|
| H A D | cupmblasinterface.hpp | 36 #define PetscCallCUPMBLASAbort(comm_, ...) PetscCallCUPMBLAS_(SETERRABORT, comm_, __VA_ARGS__)
|
| /petsc/doc/changes/ |
| H A D | 317.md | 66 - Change `SETERRABORT()` to be variadic
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij.c | 1299 …if (A->rmap->bs != 4) SETERRABORT(PetscObjectComm((PetscObject)A), PETSC_ERR_ARG_WRONG, "Can only … in matsetvaluesblocked4_()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | inode.c | 553 …SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_COR, "Node size not supported, node row %" PetscInt_FMT " s… in MatMult_SeqAIJ_Inode()
|