Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2238 PetscInt *pInd; in DMPlexComputeInterpolatorTree() local
2252 pInd = &rootIndices[pIndOff]; in DMPlexComputeInterpolatorTree()
2267 for (i = 0; i < numColIndices; i++) pInd[i] = indices[i]; in DMPlexComputeInterpolatorTree()
2269 pInd[numColIndices + i] = offsets[i + 1]; in DMPlexComputeInterpolatorTree()
2270 pInd[numColIndices + numFields + i] = offsets[i + 1]; in DMPlexComputeInterpolatorTree()
2342 pInd[numColIndices + f] = offsets[f + 1]; in DMPlexComputeInterpolatorTree()
2343 pInd[numColIndices + numFields + f] = newOffsets[f + 1]; in DMPlexComputeInterpolatorTree()
2348 … c, globalOff < 0 ? -(globalOff + 1) : globalOff, newOffsets, PETSC_FALSE, perms, cl, NULL, pInd)); in DMPlexComputeInterpolatorTree()
2356 …ALSE, c, globalOff < 0 ? -(globalOff + 1) : globalOff, newOffsets, PETSC_FALSE, perm, NULL, pInd)); in DMPlexComputeInterpolatorTree()
2415 pInd[numColIndices + f] = offsets[f + 1]; in DMPlexComputeInterpolatorTree()
[all …]