Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c205 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()
[all …]