Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c250 …j = NULL, *adj, *rootAdj, *anchorAdj = NULL, *cols, *remoteOffsets, *myRankPairRoots = NULL, *myRa… in DMPlexCreateAdjacencySection_Static() local
303 PetscCall(PetscMalloc1(num_pairs, &myRankPairRoots)); in DMPlexCreateAdjacencySection_Static()
304 PetscCall(PetscArraycpy(myRankPairRoots, roots_with_dups, num_pairs)); in DMPlexCreateAdjacencySection_Static()
307 PetscCall(PetscSortedRemoveDupsInt(&num_non_dups, myRankPairRoots)); in DMPlexCreateAdjacencySection_Static()
312 PetscCall(PetscFindInt(root, num_non_dups, myRankPairRoots, &index)); in DMPlexCreateAdjacencySection_Static()
320 PetscCall(PetscIntView(num_non_dups, myRankPairRoots, NULL)); in DMPlexCreateAdjacencySection_Static()
599 …PetscCall(AdjancencyContainsLeafRootPair(myRankPairSection, myRankPairLeaves, myRankPairRoots, num… in DMPlexCreateAdjacencySection_Static()
653 …PetscCall(AdjancencyContainsLeafRootPair(myRankPairSection, myRankPairLeaves, myRankPairRoots, num… in DMPlexCreateAdjacencySection_Static()
686 PetscCall(PetscFree(myRankPairRoots)); in DMPlexCreateAdjacencySection_Static()