Home
last modified time | relevance | path

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

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c187 const PetscInt *foundPoints; in DMInterpolationSetUp() local
234 PetscCall(PetscSFGetGraph(cellSF, NULL, &numFound, &foundPoints, &foundCells)); in DMInterpolationSetUp()
237 if (foundCells[p].index >= 0) foundProcs[foundPoints ? foundPoints[p] : p] = rank; in DMInterpolationSetUp()