Searched refs:idxOff (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8276 PetscInt idxOff; in DMPlexGetClosureIndices_Internal() local 8294 PetscCall(PetscSectionGetOffset(idxSection, pnt, &idxOff)); in DMPlexGetClosureIndices_Internal() 8298 …MPlexGetIndicesPointFields_Internal(section, isLocal, pnt, idxOff < 0 ? -(idxOff + 1) : idxOff, of… in DMPlexGetClosureIndices_Internal() 8302 PetscInt off = 0, idxOff; in DMPlexGetClosureIndices_Internal() local 8309 PetscCall(PetscSectionGetOffset(idxSection, pnt, &idxOff)); in DMPlexGetClosureIndices_Internal() 8312 …Call(DMPlexGetIndicesPoint_Internal(section, isLocal, pnt, idxOff < 0 ? -(idxOff + 1) : idxOff, &o… in DMPlexGetClosureIndices_Internal()
|