Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8224 PetscInt pnt = points[2 * p], fdof; in DMPlexGetClosureIndices_Internal() local
8227 if (!Nf) PetscCall(PetscSectionGetDof(section, pnt, &fdof)); in DMPlexGetClosureIndices_Internal()
8228 else PetscCall(PetscSectionGetFieldDof(section, pnt, f, &fdof)); in DMPlexGetClosureIndices_Internal()
8285 const PetscInt pnt = points[p * 2]; in DMPlexGetClosureIndices_Internal() local
8287 …PetscCall(DMPlexGetIndicesPointFieldsSplit_Internal(section, idxSection, pnt, offsets, perms, p, c… in DMPlexGetClosureIndices_Internal()
8291 const PetscInt pnt = points[p * 2]; in DMPlexGetClosureIndices_Internal() local
8293 if (pnt < idxStart || pnt >= idxEnd) continue; in DMPlexGetClosureIndices_Internal()
8294 PetscCall(PetscSectionGetOffset(idxSection, pnt, &idxOff)); in DMPlexGetClosureIndices_Internal()
8298 …PetscCall(DMPlexGetIndicesPointFields_Internal(section, isLocal, pnt, idxOff < 0 ? -(idxOff + 1) :… in DMPlexGetClosureIndices_Internal()
8305 const PetscInt pnt = points[p * 2]; in DMPlexGetClosureIndices_Internal() local
[all …]