Home
last modified time | relevance | path

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

/dports/science/sparta/sparta-20Oct2021/src/
H A Dcomm.cpp358 int icell_start = 0; in migrate_cells_less_memory() local
368 for (int icell = icell_start; icell < nglocal; icell++) { in migrate_cells_less_memory()
399 for (int icell = icell_start; icell < icell_end; icell++) { in migrate_cells_less_memory()
454 icell_start = icell_end; in migrate_cells_less_memory()
455 int not_done_local = icell_start < nglocal; in migrate_cells_less_memory()
H A Dgrid.cpp797 int icell_start = 0; in acquire_ghosts_near_less_memory() local
808 for (int icell = icell_start; icell < nlocal; icell++) { in acquire_ghosts_near_less_memory()
816 if (icell == icell_start) i_first = i_start; in acquire_ghosts_near_less_memory()
858 for (int icell = icell_start; icell < icell_end; icell++) { in acquire_ghosts_near_less_memory()
864 if (icell == icell_start) i_first = i_start; in acquire_ghosts_near_less_memory()
914 icell_start = icell_end-1; in acquire_ghosts_near_less_memory()