Lines Matching refs:myRankPairSection
205 static inline PetscErrorCode AdjancencyContainsLeafRootPair(PetscSection myRankPairSection, const P… in AdjancencyContainsLeafRootPair() argument
210 PetscCall(PetscSectionGetChart(myRankPairSection, NULL, &num_roots)); in AdjancencyContainsLeafRootPair()
211 PetscCall(PetscSectionGetStorageSize(myRankPairSection, &num_leaves)); in AdjancencyContainsLeafRootPair()
219 PetscCall(PetscSectionGetDof(myRankPairSection, root_index, &dof)); in AdjancencyContainsLeafRootPair()
220 PetscCall(PetscSectionGetOffset(myRankPairSection, root_index, &offset)); in AdjancencyContainsLeafRootPair()
245 …on, sectionGlobal, leafSectionAdj, rootSectionAdj, sectionAdj, anchorSectionAdj, myRankPairSection; in DMPlexCreateAdjacencySection_Static() local
308 PetscCall(PetscSectionCreate(comm, &myRankPairSection)); in DMPlexCreateAdjacencySection_Static()
309 PetscCall(PetscSectionSetChart(myRankPairSection, 0, num_non_dups)); in DMPlexCreateAdjacencySection_Static()
314 PetscCall(PetscSectionAddDof(myRankPairSection, index, 1)); in DMPlexCreateAdjacencySection_Static()
316 PetscCall(PetscSectionSetUp(myRankPairSection)); 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()
683 PetscCall(PetscSectionDestroy(&myRankPairSection)); in DMPlexCreateAdjacencySection_Static()