Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dneighbor_kokkos.cpp56 memoryKK->destroy_kokkos(k_cutneighsq,cutneighsq); in ~NeighborKokkos()
94 memoryKK->create_kokkos(k_cutneighsq,cutneighsq,n+1,n+1,"neigh:cutneighsq"); in init_cutneighsq_kokkos()
95 k_cutneighsq.modify<LMPHostType>(); in init_cutneighsq_kokkos()
H A Dneighbor_kokkos.h49 DAT::tdual_xfloat_2d k_cutneighsq; variable
H A Dnpair_ssa_kokkos.cpp61 k_cutneighsq = neighborKK->k_cutneighsq; in copy_neighbor_info()
385 k_cutneighsq.view<DeviceType>(), in build()
432 k_cutneighsq.sync<DeviceType>(); in build()
H A Dnpair_kokkos.cpp58 k_cutneighsq = neighborKK->k_cutneighsq; in copy_neighbor_info()
69 k_cutneighsq = k_mycutneighsq; in copy_neighbor_info()
72 k_cutneighsq.modify<LMPHostType>(); in copy_neighbor_info()
154 k_cutneighsq.view<DeviceType>(), in build()
191 k_cutneighsq.sync<DeviceType>(); in build()
H A Dnpair_ssa_kokkos.h70 DAT::tdual_xfloat_2d k_cutneighsq;
H A Dnpair_kokkos.h120 DAT::tdual_xfloat_2d k_cutneighsq; variable