Searched refs:gInd (Results 1 – 1 of 1) sorted by relevance
2549 PetscInt gInd = pInd[i + colOffset]; in DMPlexComputeInterpolatorTree() local2551 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() local2565 if (gInd >= colStart && gInd < colEnd) { in DMPlexComputeInterpolatorTree()2567 } else if (gInd >= 0) { /* negative means non-entry */ in DMPlexComputeInterpolatorTree()