Lines Matching refs:sfcell
189 PetscSF sfcell = NULL; in DMSwarmMigrate_CellDMScatter() local
224 PetscCall(PetscSFCreate(PETSC_COMM_SELF, &sfcell)); in DMSwarmMigrate_CellDMScatter()
225 …PetscCall(PetscSFSetGraph(sfcell, range, npoints_curr, NULL, PETSC_OWN_POINTER, sf_cells, PETSC_OW… in DMSwarmMigrate_CellDMScatter()
231 PetscCall(DMLocatePoints(dmcell, pos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmMigrate_CellDMScatter()
238 PetscCall(PetscSFGetGraph(sfcell, NULL, NULL, NULL, &LA_sfcell)); in DMSwarmMigrate_CellDMScatter()
246 PetscCall(PetscSFDestroy(&sfcell)); in DMSwarmMigrate_CellDMScatter()
297 PetscCall(DMLocatePoints(dmcell, npos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmMigrate_CellDMScatter()
304 PetscCall(DMLocatePoints(dmcell, npos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmMigrate_CellDMScatter()
309 PetscCall(DMLocatePoints(dmcell, npos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmMigrate_CellDMScatter()
315 PetscCall(PetscSFGetGraph(sfcell, NULL, NULL, NULL, &LA_sfcell)); in DMSwarmMigrate_CellDMScatter()
326 PetscCall(PetscSFDestroy(&sfcell)); in DMSwarmMigrate_CellDMScatter()