Home
last modified time | relevance | path

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

/petsc/doc/developers/
H A Dkernel.md155 instead throw C++ exceptions, one can use `CHKERRCXX(func)`, which catches the exceptions
156 in *func* and then calls `SETERRQ()`. The macro `CHKERRCXX(func)` is given by
159 :end-at: '#define CHKERRCXX'
161 :start-at: '#define CHKERRCXX'
/petsc/include/
H A Dpetscerror.h1241 #define CHKERRCXX(...) PetscCallCXX(__VA_ARGS__) macro
/petsc/doc/changes/
H A D316.md47 - Add `CHKERRCXX()` to catch C++ exceptions and return a PETSc error code
H A D317.md70 …`, `CHKERRMPI()`, `CHKERRABORT()`, `CHKERRCONTINUE()`, `CHKERRXX()`, and `CHKERRCXX()` respectively