Home
last modified time | relevance | path

Searched refs:SETERRABORT (Results 1 – 12 of 12) sorted by relevance

/petsc/include/
H A Dpetscerror.h155 #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 Dpetscmacros.h647 …#define PetscUnreachable() SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_PLIB, "Code path explicitly mark…
H A Dpetscblaslapack.h70 SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_SUP, "%s - Lapack routine is unavailable.", fname); in PetscMissingLapack()
/petsc/src/ksp/pc/impls/tfs/
H A Dbitmask.c88 …if ((numer < 0) || (denom <= 0)) SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_PLIB, "PCTFS_div_ceil() ::… in PCTFS_div_ceil()
H A Dgs.c226 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 Dsignal.c49 …if (sh->classid != SIGNAL_CLASSID) SETERRABORT(PETSC_COMM_WORLD, PETSC_ERR_COR, "Signal object has… in PetscSignalHandler_Private()
/petsc/include/petsc/private/
H A Dcupmsolverinterface.hpp34 #define PetscCallCUPMSOLVERAbort(comm_, ...) PetscCallCUPMSOLVER_(SETERRABORT, comm_, __VA_ARGS__)
H A Ddmpleximpl.h421 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 Dcupmblasinterface.hpp36 #define PetscCallCUPMBLASAbort(comm_, ...) PetscCallCUPMBLAS_(SETERRABORT, comm_, __VA_ARGS__)
/petsc/doc/changes/
H A D317.md66 - Change `SETERRABORT()` to be variadic
/petsc/src/mat/impls/baij/seq/
H A Dbaij.c1299 …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 Dinode.c553SETERRABORT(PETSC_COMM_SELF, PETSC_ERR_COR, "Node size not supported, node row %" PetscInt_FMT " s… in MatMult_SeqAIJ_Inode()