Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_lj_class2_coul_cut_kokkos.h16 PairStyle(lj/class2/coul/cut/kk,PairLJClass2CoulCutKokkos<LMPDeviceType>);
33 class PairLJClass2CoulCutKokkos : public PairLJClass2CoulCut {
39 PairLJClass2CoulCutKokkos(class LAMMPS *);
40 ~PairLJClass2CoulCutKokkos();
107 friend struct PairComputeFunctor<PairLJClass2CoulCutKokkos,FULL,true>;
108 friend struct PairComputeFunctor<PairLJClass2CoulCutKokkos,HALF,true>;
113 …friend EV_FLOAT pair_compute_neighlist<PairLJClass2CoulCutKokkos,FULL,void>(PairLJClass2CoulCutKok…
114 …friend EV_FLOAT pair_compute_neighlist<PairLJClass2CoulCutKokkos,HALF,void>(PairLJClass2CoulCutKok…
115 …friend EV_FLOAT pair_compute_neighlist<PairLJClass2CoulCutKokkos,HALFTHREAD,void>(PairLJClass2Coul…
116 friend EV_FLOAT pair_compute<PairLJClass2CoulCutKokkos,void>(PairLJClass2CoulCutKokkos*,
[all …]
H A Dpair_lj_class2_coul_cut_kokkos.cpp39 PairLJClass2CoulCutKokkos<DeviceType>::PairLJClass2CoulCutKokkos(LAMMPS *lmp):PairLJClass2CoulCut(l… in PairLJClass2CoulCutKokkos() function in PairLJClass2CoulCutKokkos
53 PairLJClass2CoulCutKokkos<DeviceType>::~PairLJClass2CoulCutKokkos() in ~PairLJClass2CoulCutKokkos()
158 F_FLOAT PairLJClass2CoulCutKokkos<DeviceType>::
181 F_FLOAT PairLJClass2CoulCutKokkos<DeviceType>::
200 F_FLOAT PairLJClass2CoulCutKokkos<DeviceType>::
221 F_FLOAT PairLJClass2CoulCutKokkos<DeviceType>::
237 void PairLJClass2CoulCutKokkos<DeviceType>::allocate() in allocate()
272 void PairLJClass2CoulCutKokkos<DeviceType>::init_style() in init_style()
313 double PairLJClass2CoulCutKokkos<DeviceType>::init_one(int i, int j) in init_one()
348 template class PairLJClass2CoulCutKokkos<LMPDeviceType>; variable
[all …]