Searched refs:qAdjOff (Results 1 – 1 of 1) sorted by relevance
119 PetscInt qAdj, qAdjDof, qAdjCDof, qAdjOff, nd, numAdjQ = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local132 PetscCall(PetscSectionGetOffset(sectionGlobal, qAdj, &qAdjOff)); in DMPlexComputeAnchorAdjacencies()133 …r (nd = 0; nd < qAdjDof - qAdjCDof; ++nd) adj[aOff++] = (qAdjOff < 0 ? -(qAdjOff + 1) : qAdjOff) +… in DMPlexComputeAnchorAdjacencies()