Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Dswarm_migrate.c279 PetscInt npoints_from_neighbours, bs; in DMSwarmMigrate_CellDMScatter() local
282 npoints_from_neighbours = npoints2 - npoints_prior_migration; in DMSwarmMigrate_CellDMScatter()
286 …PetscCall(ISCreateStride(PETSC_COMM_SELF, npoints_from_neighbours * bs, npoints_prior_migration * … in DMSwarmMigrate_CellDMScatter()
295 if (npoints_from_neighbours > 0) { in DMSwarmMigrate_CellDMScatter()
318 for (p = 0; p < npoints_from_neighbours; p++) { in DMSwarmMigrate_CellDMScatter()