Home
last modified time | relevance | path

Searched refs:myRankPairLeaves (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/ !
H A Dplexpreallocate.c250 …otAdj, *anchorAdj = NULL, *cols, *remoteOffsets, *myRankPairRoots = NULL, *myRankPairLeaves = NULL; in DMPlexCreateAdjacencySection_Static() local
294 PetscCall(PetscSegBufferExtractAlloc(seg_leaves, &myRankPairLeaves)); in DMPlexCreateAdjacencySection_Static()
298 PetscCall(PetscIntSortSemiOrderedWithArray(num_pairs, roots_with_dups, myRankPairLeaves)); in DMPlexCreateAdjacencySection_Static()
301 PetscCall(PetscIntViewPairs(num_pairs, 5, roots_with_dups, myRankPairLeaves, NULL)); in DMPlexCreateAdjacencySection_Static()
321 PetscCall(PetscSectionArrayView(myRankPairSection, myRankPairLeaves, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
599 …PetscCall(AdjancencyContainsLeafRootPair(myRankPairSection, myRankPairLeaves, myRankPairRoots, num… in DMPlexCreateAdjacencySection_Static()
653 …PetscCall(AdjancencyContainsLeafRootPair(myRankPairSection, myRankPairLeaves, myRankPairRoots, num… in DMPlexCreateAdjacencySection_Static()
685 PetscCall(PetscFree(myRankPairLeaves)); in DMPlexCreateAdjacencySection_Static()