Lines Matching refs:debug

812   PetscInt    debug = 0;  in DMPlexOrientInterface_Internal()  local
873 if (debug) { in DMPlexOrientInterface_Internal()
887 if (debug) { in DMPlexOrientInterface_Internal()
914 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, " mainCone=[%4" PetscInt_FMT " %4" PetscInt_FMT… in DMPlexOrientInterface_Internal()
918 } else if (debug) PetscCall(PetscSynchronizedPrintf(comm, " ==\n")); in DMPlexOrientInterface_Internal()
920 if (debug) { in DMPlexOrientInterface_Internal()
1091 …tion candidateSection, PetscSFNode candidates[], PetscHMapIJ faceHash, PetscInt p, PetscBool debug) in DMPlexAddSharedFace_Private() argument
1106 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Skipping face %" PetscInt_FMT " to avo… in DMPlexAddSharedFace_Private()
1121 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Support face %" PetscInt_FMT "\n", ran… in DMPlexAddSharedFace_Private()
1129 if (debug) { in DMPlexAddSharedFace_Private()
1136 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Adding shared face %" PetscInt_FMT " a… in DMPlexAddSharedFace_Private()
1148 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, " (%" PetscInt_FMT "),%" PetscInt_FMT ")", cand… in DMPlexAddSharedFace_Private()
1151 if (debug) PetscCall(PetscSynchronizedPrintf(comm, "\n")); in DMPlexAddSharedFace_Private()
1154 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Scheduling shared face %" PetscInt_FMT… in DMPlexAddSharedFace_Private()
1191 PetscBool flg, debug = PETSC_FALSE; in DMPlexInterpolatePointSF() local
1205 PetscCall(PetscOptionsHasName(NULL, ((PetscObject)dm)->prefix, "-dmplex_interp_debug", &debug)); in DMPlexInterpolatePointSF()
1248 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] First pass leaf point %" PetscInt_FMT "\… in DMPlexInterpolatePointSF()
1249 PetscCall(DMPlexAddSharedFace_Private(dm, candidateSection, NULL, faceHash, p, debug)); in DMPlexInterpolatePointSF()
1258 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Second pass leaf point %" PetscInt_FMT "… in DMPlexInterpolatePointSF()
1259 PetscCall(DMPlexAddSharedFace_Private(dm, candidateSection, candidates, faceHash, p, debug)); in DMPlexInterpolatePointSF()
1262 if (debug) PetscCall(PetscSynchronizedFlush(comm, NULL)); in DMPlexInterpolatePointSF()
1319 if (debug) in DMPlexInterpolatePointSF()
1335 …if (debug) PetscCall(PetscSynchronizedPrintf(PetscObjectComm((PetscObject)dm), "[%d] Setting remo… in DMPlexInterpolatePointSF()
1342 …if (debug) PetscCall(PetscSynchronizedPrintf(PetscObjectComm((PetscObject)dm), "[%d] Replacing wi… in DMPlexInterpolatePointSF()
1351 …if (debug) PetscCall(PetscSynchronizedPrintf(PetscObjectComm((PetscObject)dm), "[%d] Checking loc… in DMPlexInterpolatePointSF()
1363 if (debug) in DMPlexInterpolatePointSF()
1387 …if (debug) PetscCall(PetscSynchronizedPrintf(PetscObjectComm((PetscObject)dm), "[%d] Entering fac… in DMPlexInterpolatePointSF()
1398 if (debug) in DMPlexInterpolatePointSF()
1407 if (debug) PetscCall(PetscSynchronizedFlush(PetscObjectComm((PetscObject)dm), NULL)); in DMPlexInterpolatePointSF()
1438 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Checking root for claims %" PetscInt_FMT… in DMPlexInterpolatePointSF()
1448 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Found claim for remote point (%" Petsc… in DMPlexInterpolatePointSF()
1450 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] point %" PetscInt_FMT "\n", rank, po… in DMPlexInterpolatePointSF()
1453 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] point %" PetscInt_FMT "\n", rank, po… in DMPlexInterpolatePointSF()
1458 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Ignoring local face %" PetscInt_FMT " … in DMPlexInterpolatePointSF()
1460 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Found local face %" PetscInt_FMT "\n",… in DMPlexInterpolatePointSF()
1464 … if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] Failed to find face\n", rank)); in DMPlexInterpolatePointSF()
1468 …if (debug) PetscCall(PetscSynchronizedPrintf(comm, "[%d] No claim for point %" PetscInt_FMT "\n… in DMPlexInterpolatePointSF()
1473 if (debug) PetscCall(PetscSynchronizedFlush(comm, NULL)); in DMPlexInterpolatePointSF()
2029 PetscBool debug = PETSC_FALSE; in DMPlexIsInterpolatedCollective() local
2034 …)->options, ((PetscObject)dm)->prefix, "-dm_plex_is_interpolated_collective_debug", &debug, NULL)); in DMPlexIsInterpolatedCollective()
2044 if (debug) { in DMPlexIsInterpolatedCollective()