Lines Matching refs:debug
77 PetscBool destroyFlag = PETSC_FALSE, debug = PETSC_FALSE; in DMPlexCreateGlobalToNaturalSF() local
97 if (debug) PetscCall(PetscSFView(sfMigration, NULL)); in DMPlexCreateGlobalToNaturalSF()
102 if (debug) PetscCall(PetscSectionView(sectionDist, NULL)); in DMPlexCreateGlobalToNaturalSF()
114 if (debug) PetscCall(PetscSectionView(gSection, NULL)); in DMPlexCreateGlobalToNaturalSF()
144 if (debug) PetscCall(PetscSFView(sfEmbed, NULL)); in DMPlexCreateGlobalToNaturalSF()
153 if (debug) PetscCall(PetscSFView(sfField, NULL)); in DMPlexCreateGlobalToNaturalSF()
199 PetscBool debug = PETSC_FALSE; in DMPlexMigrateGlobalToNaturalSF() local
208 if (debug) PetscCall(PetscSFView(sfMigration, NULL)); in DMPlexMigrateGlobalToNaturalSF()
226 if (debug) PetscCall(PetscSectionView(oldLocalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF()
228 if (debug) PetscCall(PetscSectionView(oldGlobalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF()
230 if (debug) PetscCall(PetscSectionView(newLocalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF()
232 if (debug) PetscCall(PetscSectionView(newGlobalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF()
246 if (debug) { in DMPlexMigrateGlobalToNaturalSF()
260 if (debug) PetscCall(PetscSFView(oldglob_to_newglob_sf, NULL)); in DMPlexMigrateGlobalToNaturalSF()