Searched refs:gIndCoarse (Results 1 – 1 of 1) sorted by relevance
2583 PetscInt gIndCoarse = pInd[newOffsets[f] + row]; in DMPlexComputeInterpolatorTree() local2585 if (gIndCoarse >= colStart && gIndCoarse < colEnd) { /* local */ in DMPlexComputeInterpolatorTree()2588 } else if (gIndCoarse >= 0) { /* remote */ in DMPlexComputeInterpolatorTree()2599 PetscInt gIndCoarse = pInd[i]; in DMPlexComputeInterpolatorTree() local2601 if (gIndCoarse >= colStart && gIndCoarse < colEnd) { /* local */ in DMPlexComputeInterpolatorTree()2604 } else if (gIndCoarse >= 0) { /* remote */ in DMPlexComputeInterpolatorTree()