Home
last modified time | relevance | path

Searched refs:ters_gijk_d (Results 1 – 9 of 9) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_tersoff_extra.h65 ucl_inline numtyp ters_gijk_d(const numtyp costheta, in ters_gijk_d() function
233 gijk = ters_gijk_d(cos_theta,param_c,param_d,param_h,param_gamma,&gijk_d); in ters_zetaterm_d()
299 gijk = ters_gijk_d(cos_theta,param_c,param_d,param_h,param_gamma,&gijk_d); in ters_zetaterm_d_fi()
347 gijk = ters_gijk_d(cos_theta,param_c,param_d,param_h,param_gamma,&gijk_d); in ters_zetaterm_d_fj()
392 gijk = ters_gijk_d(cos_theta,param_c,param_d,param_h,param_gamma,&gijk_d); in ters_zetaterm_d_fk()
H A Dlal_tersoff_zbl_extra.h68 ucl_inline numtyp ters_gijk_d(const numtyp costheta, in ters_gijk_d() function
266 gijk_d = ters_gijk_d(cos_theta,param_c,param_d,param_h,param_gamma); in ters_zetaterm_d()
334 gijk_d = ters_gijk_d(cos_theta,param_c,param_d,param_h,param_gamma); in ters_zetaterm_d_fi()
383 gijk_d = ters_gijk_d(cos_theta,param_c,param_d,param_h,param_gamma); in ters_zetaterm_d_fj()
430 gijk_d = ters_gijk_d(cos_theta,param_c,param_d,param_h,param_gamma); in ters_zetaterm_d_fk()
/dports/science/lammps/lammps-stable_29Sep2021/src/MANYBODY/
H A Dpair_tersoff.h98 inline double ters_gijk_d(const double costheta, const Param *const param) const in ters_gijk_d() function
H A Dpair_extep.h102 inline double ters_gijk_d(const double costheta, const Param *const param) const in ters_gijk_d() function
H A Dpair_tersoff.cpp766 gijk_d = ters_gijk_d(cos_theta,param); in ters_zetaterm_d()
H A Dpair_extep.cpp972 gijk_d = ters_gijk_d(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.hpp271 inline double ters_gijk_d(const double costheta, in ters_gijk_d() function in model_driver_Tersoff::PairTersoff
H A Dpair_tersoff.cpp855 const double gijk_d = ters_gijk_d(cos_theta, gamma, c2, d2, h); in attractive()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/
H A Dpair_tersoff_cuda_kernel_nc.cu221 __device__ inline F_FLOAT ters_gijk_d(F_FLOAT costheta, int iparam) in ters_gijk_d() function