Searched refs:pown (Results 1 – 1 of 1) sorted by relevance
461 PetscBT pown, vown; in DMPlexView_GLVis_ASCII() local574 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()[all …]