Searched refs:lOff (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2395 PetscInt anchor = anchors[a + aOff], lOff; in DMPlexComputeInterpolatorTree() local 2396 PetscCall(PetscSectionGetOffset(localCoarse, anchor, &lOff)); in DMPlexComputeInterpolatorTree() 2397 …PetscCall(DMPlexGetIndicesPointFields_Internal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCo… in DMPlexComputeInterpolatorTree() 2402 PetscInt anchor = anchors[a + aOff], lOff; in DMPlexComputeInterpolatorTree() local 2403 PetscCall(PetscSectionGetOffset(localCoarse, anchor, &lOff)); in DMPlexComputeInterpolatorTree() 2404 …PetscCall(DMPlexGetIndicesPoint_Internal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCopy, PE… in DMPlexComputeInterpolatorTree() 3915 PetscInt lDof, lOff, i; in DMPlexTransferVecTree_Interpolate() local 3918 PetscCall(PetscSectionGetOffset(localCoarse, p, &lOff)); in DMPlexTransferVecTree_Interpolate() 3919 for (i = 0; i < lDof; i++) pVal[i] = coarseArray[lOff + i]; in DMPlexTransferVecTree_Interpolate()
|