Home
last modified time | relevance | path

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

/dports/science/sparta/sparta-20Oct2021/src/
H A Dgrid.cpp433 int nghost_new; in acquire_ghosts_all() local
434 MPI_Allreduce(&nlocal,&nghost_new,1,MPI_INT,MPI_SUM,world); in acquire_ghosts_all()
436 if (nghost_new >= LARGE && comm->nprocs > 1 && comm->me == 0) in acquire_ghosts_all()
440 nghost_new -= nlocal; in acquire_ghosts_all()
441 grow_cells(nghost_new,0); in acquire_ghosts_all()