Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c50 PetscInt iOff; in DMPlexComputeAnchorAdjacencies() local
53 PetscCall(PetscSectionGetOffset(inverseSec, a, &iOff)); in DMPlexComputeAnchorAdjacencies()
54 inverse[iOff + offsets[a - pStart]++] = p; in DMPlexComputeAnchorAdjacencies()
78 PetscInt iDof, iOff, i, r, s, numAdjP = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local
82 PetscCall(PetscSectionGetOffset(inverseSec, p, &iOff)); in DMPlexComputeAnchorAdjacencies()
87 q = inverse[iOff + i]; in DMPlexComputeAnchorAdjacencies()
109 PetscInt iDof, iOff, i, r, s, aOff, aOffOrig, aDof, numAdjP = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local
113 PetscCall(PetscSectionGetOffset(inverseSec, p, &iOff)); in DMPlexComputeAnchorAdjacencies()
121 q = inverse[iOff + i]; in DMPlexComputeAnchorAdjacencies()