Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2549 PetscInt gInd = pInd[i + colOffset]; in DMPlexComputeInterpolatorTree() local
2551 if (gInd >= colStart && gInd < colEnd) { in DMPlexComputeInterpolatorTree()
2553 } else if (gInd >= 0) { /* negative means non-entry */ in DMPlexComputeInterpolatorTree()
2563 PetscInt gInd = pInd[i]; in DMPlexComputeInterpolatorTree() local
2565 if (gInd >= colStart && gInd < colEnd) { in DMPlexComputeInterpolatorTree()
2567 } else if (gInd >= 0) { /* negative means non-entry */ in DMPlexComputeInterpolatorTree()