Searched refs:slablo (Results 1 – 8 of 8) sorted by relevance
/dports/science/lammps/lammps-stable_29Sep2021/src/ |
H A D | comm_brick.h | 63 double *slablo, *slabhi; // bounds of slab to send at each swap variable
|
H A D | comm_brick.cpp | 47 slablo(nullptr), slabhi(nullptr), multilo(nullptr), multihi(nullptr), in CommBrick() 424 if (ineed < 2) slablo[iswap] = -BIG; in setup() 425 else slablo[iswap] = 0.5 * (sublo[dim] + subhi[dim]); in setup() 453 slablo[iswap] = subhi[dim] - cutghost[dim]; in setup() 819 lo = slablo[iswap]; in borders() 1556 memory->create(slablo,n,"comm:slablo"); in allocate_swap() 1597 memory->destroy(slablo); in free_swap()
|
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/ |
H A D | comm.h | 140 double *slablo,*slabhi; // bounds of slab to send at each swap variable
|
H A D | comm.cpp | 671 if (ineed < 2) slablo[iswap] = -BIG; in setup() 672 else slablo[iswap] = 0.5 * (sublo[dim] + subhi[dim]); in setup() 694 …slablo[iswap] = subhi[dim] - (use_gran_opt() ? (cutghost[dim] / 2. + neighbor->skin/2.) : cutghost… in setup() 1066 lo = slablo[iswap]; in borders() 1844 memory->create(slablo,n,"comm:slablo"); in allocate_swap() 1874 memory->destroy(slablo); in free_swap()
|
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/ |
H A D | comm_cuda_kernel.cu | 164 …int nfirst, int nlast, int dim, int iswap, X_FLOAT* slablo, X_FLOAT* slabhi, int* sendlist, int ma… in Cuda_CommCuda_BuildSendlist_Single() argument 167 X_FLOAT lo = slablo[iswap]; in Cuda_CommCuda_BuildSendlist_Single()
|
H A D | cuda_shared.h | 224 dev_array slablo; member
|
H A D | comm_cuda.cu | 523 …p, ineed, atom_nfirst, nfirst, nlast, dim, iswap, (X_FLOAT*) sdata->comm.slablo.dev_data, (X_FLOAT… in Cuda_CommCuda_BuildSendlist()
|
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/ |
H A D | comm_kokkos.cpp | 942 lo = slablo[iswap]; in borders_device()
|