Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c119 PetscInt qAdj, qAdjDof, qAdjCDof, qAdjOff, nd, numAdjQ = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local
132 PetscCall(PetscSectionGetOffset(sectionGlobal, qAdj, &qAdjOff)); in DMPlexComputeAnchorAdjacencies()
133 …r (nd = 0; nd < qAdjDof - qAdjCDof; ++nd) adj[aOff++] = (qAdjOff < 0 ? -(qAdjOff + 1) : qAdjOff) +… in DMPlexComputeAnchorAdjacencies()