Searched refs:boxall (Results 1 – 2 of 2) sorted by relevance
/dports/science/lammps/lammps-stable_29Sep2021/src/ |
H A D | balance.cpp | 1193 double **boxall; in dumpout() local 1232 boxall[i][0],boxall[i][1],boxall[i][2]); in dumpout() 1234 boxall[i][3],boxall[i][1],boxall[i][2]); in dumpout() 1236 boxall[i][3],boxall[i][4],boxall[i][2]); in dumpout() 1238 boxall[i][0],boxall[i][4],boxall[i][2]); in dumpout() 1240 boxall[i][0],boxall[i][1],boxall[i][5]); in dumpout() 1242 boxall[i][3],boxall[i][1],boxall[i][5]); in dumpout() 1244 boxall[i][3],boxall[i][4],boxall[i][5]); in dumpout() 1246 boxall[i][0],boxall[i][4],boxall[i][5]); in dumpout() 1257 domain->lamda_box_corners(&boxall[i][0],&boxall[i][3]); in dumpout() [all …]
|
/dports/science/sparta/sparta-20Oct2021/src/ |
H A D | grid.cpp | 556 Box *boxall = new Box[nboxall]; in acquire_ghosts_near() local 572 if (box_overlap(bblo,bbhi,boxall[i].lo,boxall[i].hi)) list[nlist++] = i; in acquire_ghosts_near() 594 oflag = box_overlap(lo,hi,boxall[j].lo,boxall[j].hi); in acquire_ghosts_near() 597 lastproc = boxall[j].proc; in acquire_ghosts_near() 637 oflag = box_overlap(lo,hi,boxall[j].lo,boxall[j].hi); in acquire_ghosts_near() 640 lastproc = boxall[j].proc; in acquire_ghosts_near() 657 delete [] boxall; in acquire_ghosts_near() 785 if (box_overlap(bblo,bbhi,boxall[i].lo,boxall[i].hi)) list[nlist++] = i; in acquire_ghosts_near_less_memory() 820 oflag = box_overlap(lo,hi,boxall[j].lo,boxall[j].hi); in acquire_ghosts_near_less_memory() 869 oflag = box_overlap(lo,hi,boxall[j].lo,boxall[j].hi); in acquire_ghosts_near_less_memory() [all …]
|