Searched refs:leafRankSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 347 …SF sfPoint, PetscSection rootRankSection, IS rootRanks, PetscSection leafRankSection, IS leafRanks… in DMPlexCreateTwoSidedProcessSF() argument 380 PetscCall(PetscSectionGetChart(leafRankSection, &pStart, &pEnd)); in DMPlexCreateTwoSidedProcessSF() 385 PetscCall(PetscSectionGetDof(leafRankSection, p, &ndof)); in DMPlexCreateTwoSidedProcessSF() 386 PetscCall(PetscSectionGetOffset(leafRankSection, p, &noff)); in DMPlexCreateTwoSidedProcessSF()
|