Home
last modified time | relevance | path

Searched refs:ters_gijk (Results 1 – 15 of 15) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_tersoff_zbl_extra.h53 ucl_inline numtyp ters_gijk(const numtyp costheta, in ters_gijk() function
265 gijk = ters_gijk(cos_theta,param_c,param_d,param_h,param_gamma); in ters_zetaterm_d()
333 gijk = ters_gijk(cos_theta,param_c,param_d,param_h,param_gamma); in ters_zetaterm_d_fi()
382 gijk = ters_gijk(cos_theta,param_c,param_d,param_h,param_gamma); in ters_zetaterm_d_fj()
429 gijk = ters_gijk(cos_theta,param_c,param_d,param_h,param_gamma); in ters_zetaterm_d_fk()
544 ters_gijk(costheta,param_c, param_d, param_h, param_gamma) * ex_delr; in zeta()
H A Dlal_tersoff_extra.h52 ucl_inline numtyp ters_gijk(const numtyp costheta, in ters_gijk() function
456 ters_gijk(costheta,param_c, param_d, param_h, param_gamma) * ex_delr; in zeta()
/dports/science/lammps/lammps-stable_29Sep2021/src/MANYBODY/
H A Dpair_tersoff.h89 inline double ters_gijk(const double costheta, const Param *const param) const in ters_gijk() function
H A Dpair_extep.h93 inline double ters_gijk(const double costheta, const Param *const param) const in ters_gijk() function
H A Dpair_tersoff.cpp616 return ters_fc(rik,param) * ters_gijk(costheta,param) * ex_delr; in zeta()
765 gijk = ters_gijk(cos_theta,param); in ters_zetaterm_d()
H A Dpair_extep.cpp829 return ters_fc(rik,param) * ters_gijk(costheta,param) * ex_delr; in zeta()
971 gijk = ters_gijk(cos_theta,param); in ters_zetaterm_d()
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/Tersoff_LAMMPS__MD_077075034781_004/
H A Dpair_tersoff.hpp264 inline double ters_gijk(double costheta, in ters_gijk() function in model_driver_Tersoff::PairTersoff
H A Dpair_tersoff.cpp766 return ters_fc(rik,R,D) * ters_gijk(costheta,gamma,c2,d2,c2_d2,h) * ex_delr; in zeta()
854 const double gijk = ters_gijk(cos_theta, gamma, c2, d2, c2_d2, h); in attractive()
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_tersoff_kokkos.cpp846 return ters_fc_k(i,j,k,rik) * ters_gijk(i,j,k,costheta) * ex_delr; in bondorder()
854 ters_gijk(const int &i, const int &j, const int &k, const F_FLOAT &cos) const in ters_gijk() function in PairTersoffKokkos
985 gijk = ters_gijk(i,j,k,cos); in ters_dthb()
1054 gijk = ters_gijk(i,j,k,cos); in ters_dthbj()
1116 gijk = ters_gijk(i,j,k,cos); in ters_dthbk()
H A Dpair_tersoff_mod_kokkos.cpp847 return ters_fc_k(i,j,k,rik) * ters_gijk(i,j,k,costheta) * ex_delr; in bondorder()
855 ters_gijk(const int &i, const int &j, const int &k, const F_FLOAT &cos) const in ters_gijk() function in PairTersoffMODKokkos
990 gijk = ters_gijk(i,j,k,cos); in ters_dthb()
1058 gijk = ters_gijk(i,j,k,cos); in ters_dthbj()
1119 gijk = ters_gijk(i,j,k,cos); in ters_dthbk()
H A Dpair_tersoff_zbl_kokkos.cpp919 return ters_fc_k(i,j,k,rik) * ters_gijk(i,j,k,costheta) * ex_delr; in bondorder()
927 ters_gijk(const int &i, const int &j, const int &k, const F_FLOAT &cos) const in ters_gijk() function in PairTersoffZBLKokkos
1060 gijk = ters_gijk(i,j,k,cos); in ters_dthb()
1128 gijk = ters_gijk(i,j,k,cos); in ters_dthbj()
1189 gijk = ters_gijk(i,j,k,cos); in ters_dthbk()
H A Dpair_tersoff_kokkos.h108 double ters_gijk(const int &i, const int &j, const int &k, const F_FLOAT &cos) const;
H A Dpair_tersoff_mod_kokkos.h108 double ters_gijk(const int &i, const int &j, const int &k, const F_FLOAT &cos) const;
H A Dpair_tersoff_zbl_kokkos.h107 double ters_gijk(const int &i, const int &j, const int &k, const F_FLOAT &cos) const;
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/
H A Dpair_tersoff_cuda_kernel_nc.cu203 __device__ inline F_FLOAT ters_gijk(F_FLOAT &cos_theta, int iparam) in ters_gijk() function