Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupmsolverinterface.hpp18 #define PetscCallCUPMSOLVER_(__abort_fn__, __comm__, ...) \ macro
33 #define PetscCallCUPMSOLVER(...) PetscCallCUPMSOLVER_(SETERRQ, PETSC_COMM_SELF, __VA_AR…
34 #define PetscCallCUPMSOLVERAbort(comm_, ...) PetscCallCUPMSOLVER_(SETERRABORT, comm_, __VA_ARGS__)