Lines Matching refs:pown
461 PetscBT pown, vown; in DMPlexView_GLVis_ASCII() local
574 pown = NULL; in DMPlexView_GLVis_ASCII()
600 PetscCall(PetscBTCreate(cEnd - cStart, &pown)); in DMPlexView_GLVis_ASCII()
603 else PetscCall(PetscBTSet(pown, p - cStart)); in DMPlexView_GLVis_ASCII()
627 PetscCall(PetscBTDestroy(&pown)); in DMPlexView_GLVis_ASCII()
700 if (PetscUnlikely(pown && !PetscBTLookup(pown, p - cStart))) continue; in DMPlexView_GLVis_ASCII()
748 if (PetscUnlikely(pown && !PetscBTLookup(pown, p - cStart))) continue; in DMPlexView_GLVis_ASCII()
869 if (pown) { in DMPlexView_GLVis_ASCII()
875 if (PetscLikely(PetscBTLookup(pown, support[i] - cStart))) has_owned = PETSC_TRUE; in DMPlexView_GLVis_ASCII()
912 if (pown && PetscUnlikely(!PetscBTLookup(pown, cell - cStart))) continue; in DMPlexView_GLVis_ASCII()
951 if (pown) { in DMPlexView_GLVis_ASCII()
953 if (PetscLikely(PetscBTLookup(pown, support[c] - cStart))) fcells[nc++] = support[c]; in DMPlexView_GLVis_ASCII()
994 if (pown) { in DMPlexView_GLVis_ASCII()
999 if (PetscUnlikely(!PetscBTLookup(pown, p - cStart))) continue; in DMPlexView_GLVis_ASCII()
1139 if (PetscUnlikely(pown && !PetscBTLookup(pown, p - cStart))) continue; in DMPlexView_GLVis_ASCII()
1175 PetscCall(PetscBTDestroy(&pown)); in DMPlexView_GLVis_ASCII()