Searched refs:sfcell (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm_migrate.c | 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() [all …]
|
| H A D | swarmpic.c | 358 PetscSF sfcell = NULL; in DMSwarmSetPointsUniformCoordinates() local 436 PetscCall(DMLocatePoints(dm, pos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmSetPointsUniformCoordinates() 437 PetscCall(PetscSFGetGraph(sfcell, NULL, NULL, NULL, &LA_sfcell)); in DMSwarmSetPointsUniformCoordinates() 472 PetscCall(PetscSFDestroy(&sfcell)); in DMSwarmSetPointsUniformCoordinates() 511 PetscSF sfcell = NULL; in DMSwarmSetPointCoordinates() local 596 PetscCall(DMLocatePoints(dm, pos, DM_POINTLOCATION_NONE, &sfcell)); in DMSwarmSetPointCoordinates() 598 PetscCall(PetscSFGetGraph(sfcell, NULL, NULL, NULL, &LA_sfcell)); in DMSwarmSetPointCoordinates() 636 PetscCall(PetscSFDestroy(&sfcell)); in DMSwarmSetPointCoordinates()
|