Searched refs:foundCells (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 186 const PetscSFNode *foundCells; in DMInterpolationSetUp() local 220 PetscCall(PetscMalloc3(N,&foundCells,N,&foundProcs,N,&globalProcs)); in DMInterpolationSetUp() 234 PetscCall(PetscSFGetGraph(cellSF, NULL, &numFound, &foundPoints, &foundCells)); in DMInterpolationSetUp() 237 if (foundCells[p].index >= 0) foundProcs[foundPoints ? foundPoints[p] : p] = rank; in DMInterpolationSetUp() 261 ctx->cells[q] = foundCells[q].index; in DMInterpolationSetUp() 274 PetscCall(PetscFree3(foundCells,foundProcs,globalProcs)); in DMInterpolationSetUp()
|