Searched refs:CHKERRQI (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 979 #define CHKERRQI(incall, ierr) \ macro 992 …CHKERRQI(incall, PetscOptionsCreateViewer(comm, ((PetscObject)label)->options, ((PetscObject)label… in DMLabelViewFromOptionsOnComm_Private() 994 CHKERRQI(incall, PetscViewerPushFormat(viewer, format)); in DMLabelViewFromOptionsOnComm_Private() 995 CHKERRQI(incall, DMLabelView(label, viewer)); in DMLabelViewFromOptionsOnComm_Private() 996 CHKERRQI(incall, PetscViewerPopFormat(viewer)); in DMLabelViewFromOptionsOnComm_Private() 997 CHKERRQI(incall, PetscViewerDestroy(&viewer)); in DMLabelViewFromOptionsOnComm_Private()
|