Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2583 PetscInt gIndCoarse = pInd[newOffsets[f] + row]; in DMPlexComputeInterpolatorTree() local
2585 if (gIndCoarse >= colStart && gIndCoarse < colEnd) { /* local */ in DMPlexComputeInterpolatorTree()
2588 } else if (gIndCoarse >= 0) { /* remote */ in DMPlexComputeInterpolatorTree()
2599 PetscInt gIndCoarse = pInd[i]; in DMPlexComputeInterpolatorTree() local
2601 if (gIndCoarse >= colStart && gIndCoarse < colEnd) { /* local */ in DMPlexComputeInterpolatorTree()
2604 } else if (gIndCoarse >= 0) { /* remote */ in DMPlexComputeInterpolatorTree()