Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dneighbor_kokkos.cpp173 delx = bboxlo[0] - boxlo_hold[0]; in check_distance_kokkos()
174 dely = bboxlo[1] - boxlo_hold[1]; in check_distance_kokkos()
175 delz = bboxlo[2] - boxlo_hold[2]; in check_distance_kokkos()
275 boxlo_hold[0] = bboxlo[0]; in build_kokkos()
276 boxlo_hold[1] = bboxlo[1]; in build_kokkos()
277 boxlo_hold[2] = bboxlo[2]; in build_kokkos()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dneighbor.h164 double boxlo_hold[3], boxhi_hold[3]; // box size at last neighbor build variable
H A Dneighbor.cpp2125 delx = bboxlo[0] - boxlo_hold[0]; in check_distance()
2126 dely = bboxlo[1] - boxlo_hold[1]; in check_distance()
2127 delz = bboxlo[2] - boxlo_hold[2]; in check_distance()
2213 boxlo_hold[0] = bboxlo[0]; in build()
2214 boxlo_hold[1] = bboxlo[1]; in build()
2215 boxlo_hold[2] = bboxlo[2]; in build()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dneighbor.h169 double boxlo_hold[3],boxhi_hold[3]; // box size at last neighbor build variable
H A Dneighbor.cpp1392 delx = bboxlo[0] - boxlo_hold[0]; in check_distance()
1393 dely = bboxlo[1] - boxlo_hold[1]; in check_distance()
1394 delz = bboxlo[2] - boxlo_hold[2]; in check_distance()
1511 boxlo_hold[0] = bboxlo[0]; in build()
1512 boxlo_hold[1] = bboxlo[1]; in build()
1513 boxlo_hold[2] = bboxlo[2]; in build()