Searched refs:LA_sfcell (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 359 const PetscSFNode *LA_sfcell; in DMSwarmSetPointsUniformCoordinates() local 437 PetscCall(PetscSFGetGraph(sfcell, NULL, NULL, NULL, &LA_sfcell)); in DMSwarmSetPointsUniformCoordinates() 440 if (LA_sfcell[p].index != DMLOCATEPOINT_POINT_NOT_FOUND) n_found++; in DMSwarmSetPointsUniformCoordinates() 462 if (LA_sfcell[p].index != DMLOCATEPOINT_POINT_NOT_FOUND) { in DMSwarmSetPointsUniformCoordinates() 464 swarm_cellid[n_curr + n_found] = LA_sfcell[p].index; in DMSwarmSetPointsUniformCoordinates() 512 const PetscSFNode *LA_sfcell; in DMSwarmSetPointCoordinates() local 598 PetscCall(PetscSFGetGraph(sfcell, NULL, NULL, NULL, &LA_sfcell)); in DMSwarmSetPointCoordinates() 601 if (LA_sfcell[p].index != DMLOCATEPOINT_POINT_NOT_FOUND) n_found++; in DMSwarmSetPointCoordinates() 623 if (LA_sfcell[p].index != DMLOCATEPOINT_POINT_NOT_FOUND) { in DMSwarmSetPointCoordinates() 625 swarm_cellid[n_curr + n_found] = LA_sfcell[p].index; in DMSwarmSetPointCoordinates()
|
| H A D | swarm_migrate.c | 190 const PetscSFNode *LA_sfcell; in DMSwarmMigrate_CellDMScatter() local 238 PetscCall(PetscSFGetGraph(sfcell, NULL, NULL, NULL, &LA_sfcell)); in DMSwarmMigrate_CellDMScatter() 241 p_cellid[p] = LA_sfcell[p].index; in DMSwarmMigrate_CellDMScatter() 315 PetscCall(PetscSFGetGraph(sfcell, NULL, NULL, NULL, &LA_sfcell)); in DMSwarmMigrate_CellDMScatter() 320 p_cellid[npoints_prior_migration + p] = LA_sfcell[p].index; in DMSwarmMigrate_CellDMScatter()
|