Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Dswarm_migrate.c188 …PetscInt p, npoints, npointsg = 0, npoints2, npoints2g, *rankval, *p_cellid, npoints_pri… in DMSwarmMigrate_CellDMScatter() local
274 PetscCall(DMSwarmDataBucketGetSizes(swarm->db, &npoints2, NULL, NULL)); in DMSwarmMigrate_CellDMScatter()
282 npoints_from_neighbours = npoints2 - npoints_prior_migration; in DMSwarmMigrate_CellDMScatter()
332 PetscCall(DMSwarmDataBucketGetSizes(swarm->db, &npoints2, NULL, NULL)); in DMSwarmMigrate_CellDMScatter()
334 for (p = npoints_prior_migration; p < npoints2; p++) { in DMSwarmMigrate_CellDMScatter()
338 …PetscCall(DMSwarmDataBucketGetSizes(swarm->db, &npoints2, NULL, NULL)); /* you need to update npoi… in DMSwarmMigrate_CellDMScatter()