Lines Matching refs:noff
372 PetscInt ndof, noff, n; in DMPlexCreateTwoSidedProcessSF() local
375 PetscCall(PetscSectionGetOffset(rootRankSection, p, &noff)); in DMPlexCreateTwoSidedProcessSF()
376 for (n = 0; n < ndof; ++n) PetscCall(PetscBTSet(neighbors, nranks[noff + n])); in DMPlexCreateTwoSidedProcessSF()
383 PetscInt ndof, noff, n; in DMPlexCreateTwoSidedProcessSF() local
386 PetscCall(PetscSectionGetOffset(leafRankSection, p, &noff)); in DMPlexCreateTwoSidedProcessSF()
387 for (n = 0; n < ndof; ++n) PetscCall(PetscBTSet(neighbors, nranks[noff + n])); in DMPlexCreateTwoSidedProcessSF()
536 PetscInt adjSize = PETSC_DETERMINE, neighbors = 0, noff, n, a; in DMPlexCreateOverlapLabel() local
542 PetscCall(PetscSectionGetOffset(leafSection, p, &noff)); in DMPlexCreateOverlapLabel()
545 const PetscInt remoteRank = nrank[noff + n]; in DMPlexCreateOverlapLabel()
555 PetscCall(PetscSectionGetOffset(rootSection, p, &noff)); in DMPlexCreateOverlapLabel()
558 const PetscInt remoteRank = rrank[noff + n]; in DMPlexCreateOverlapLabel()
604 PetscInt adjSize = PETSC_DETERMINE, noff, n, a; in HandlePoint_Private() local
608 PetscCall(PetscSectionGetOffset(section, p, &noff)); in HandlePoint_Private()
611 const PetscInt remoteRank = ranks[noff + n]; in HandlePoint_Private()