Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_coul_dsf_kokkos.h16 PairStyle(coul/dsf/kk,PairCoulDSFKokkos<LMPDeviceType>);
17 PairStyle(coul/dsf/kk/device,PairCoulDSFKokkos<LMPDeviceType>);
18 PairStyle(coul/dsf/kk/host,PairCoulDSFKokkos<LMPHostType>);
36 class PairCoulDSFKokkos : public PairCoulDSF {
43 PairCoulDSFKokkos(class LAMMPS *);
44 ~PairCoulDSFKokkos();
89 friend void pair_virial_fdotr_compute<PairCoulDSFKokkos>(PairCoulDSFKokkos*);
H A Dpair_coul_dsf_kokkos.cpp46 PairCoulDSFKokkos<DeviceType>::PairCoulDSFKokkos(LAMMPS *lmp) : PairCoulDSF(lmp) in PairCoulDSFKokkos() function in PairCoulDSFKokkos
60 PairCoulDSFKokkos<DeviceType>::~PairCoulDSFKokkos() in ~PairCoulDSFKokkos()
71 void PairCoulDSFKokkos<DeviceType>::compute(int eflag_in, int vflag_in) in compute()
197 void PairCoulDSFKokkos<DeviceType>::init_style() in init_style()
229 void PairCoulDSFKokkos<DeviceType>::operator()(TagPairCoulDSFKernelA<NEIGHFLAG,NEWTON_PAIR,EVFLAG>,… in operator ()()
310 void PairCoulDSFKokkos<DeviceType>::operator()(TagPairCoulDSFKernelA<NEIGHFLAG,NEWTON_PAIR,EVFLAG>,… in operator ()()
320 void PairCoulDSFKokkos<DeviceType>::ev_tally(EV_FLOAT &ev, const int &i, const int &j, in ev_tally()
413 int PairCoulDSFKokkos<DeviceType>::sbmask(const int& j) const { in sbmask()
418 template class PairCoulDSFKokkos<LMPDeviceType>; variable
420 template class PairCoulDSFKokkos<LMPHostType>; variable