Searched defs:ctrl (Results 1 – 2 of 2) sorted by relevance
39 static inline PetscErrorCode PetscOmpCtrlCreateBarrier(PetscOmpCtrl ctrl) in PetscOmpCtrlCreateBarrier()101 static inline PetscErrorCode PetscOmpCtrlDestroyBarrier(PetscOmpCtrl ctrl) in PetscOmpCtrlDestroyBarrier()135 PetscOmpCtrl ctrl; in PetscOmpCtrlCreate() local264 PetscOmpCtrl ctrl = *pctrl; in PetscOmpCtrlDestroy() local298 PetscErrorCode PetscOmpCtrlGetOmpComms(PetscOmpCtrl ctrl, MPI_Comm *omp_comm, MPI_Comm *omp_master_… in PetscOmpCtrlGetOmpComms()332 PetscErrorCode PetscOmpCtrlBarrier(PetscOmpCtrl ctrl) in PetscOmpCtrlBarrier()356 PetscErrorCode PetscOmpCtrlOmpRegionOnMasterBegin(PetscOmpCtrl ctrl) in PetscOmpCtrlOmpRegionOnMasterBegin()378 PetscErrorCode PetscOmpCtrlOmpRegionOnMasterEnd(PetscOmpCtrl ctrl) in PetscOmpCtrlOmpRegionOnMasterEnd()
81 PetscInt gxm, gym, i, dofs = 2, ctrl[3] = {0, 0, 0}; in main() local