Searched refs:root_index (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 207 PetscInt root_index = -1, leaf_, num_roots, num_leaves; in AdjancencyContainsLeafRootPair() local 215 PetscCall(PetscFindInt(padj, num_roots, roots, &root_index)); in AdjancencyContainsLeafRootPair() 216 if (root_index >= 0) { in AdjancencyContainsLeafRootPair() 219 PetscCall(PetscSectionGetDof(myRankPairSection, root_index, &dof)); in AdjancencyContainsLeafRootPair() 220 PetscCall(PetscSectionGetOffset(myRankPairSection, root_index, &offset)); in AdjancencyContainsLeafRootPair()
|