Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dfix_wall_reflect_kokkos.h16 FixStyle(wall/reflect/kk,FixWallReflectKokkos<LMPDeviceType>);
17 FixStyle(wall/reflect/kk/device,FixWallReflectKokkos<LMPDeviceType>);
18 FixStyle(wall/reflect/kk/host,FixWallReflectKokkos<LMPHostType>);
34 class FixWallReflectKokkos : public FixWallReflect {
38 FixWallReflectKokkos(class LAMMPS *, int, char **);
H A Dfix_wall_reflect_kokkos.cpp36 FixWallReflectKokkos<DeviceType>::FixWallReflectKokkos(LAMMPS *lmp, int narg, char **arg) : in FixWallReflectKokkos() function in FixWallReflectKokkos
49 void FixWallReflectKokkos<DeviceType>::post_integrate() in post_integrate()
86 void FixWallReflectKokkos<DeviceType>::operator()(TagFixWallReflectPostIntegrate, const int &i) con… in operator ()()
105 template class FixWallReflectKokkos<LMPDeviceType>; variable
107 template class FixWallReflectKokkos<LMPHostType>; variable