Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dfix_wall_reflect_kokkos.h31 struct TagFixWallReflectPostIntegrate{}; struct
42 void operator()(TagFixWallReflectPostIntegrate, const int&) const;
H A Dfix_wall_reflect_kokkos.cpp77 …Kokkos::parallel_for(Kokkos::RangePolicy<DeviceType, TagFixWallReflectPostIntegrate>(0,nlocal),*th… in post_integrate()
86 void FixWallReflectKokkos<DeviceType>::operator()(TagFixWallReflectPostIntegrate, const int &i) con… in operator ()() argument