Home
last modified time | relevance | path

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

/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DCoulomb_internal.h84 struct CoulombSpherical_calc struct
86 CoulombSpherical_calc(double Rc) : Rc(Rc) {} in CoulombSpherical_calc() function
113 void coulombAnalytic_gpu(vector3<int> S, const matrix3<>& GGT, const CoulombSpherical_calc& calc, c… argument
116 void coulombAnalyticStress_gpu(vector3<int> S, const matrix3<>& GGT, const CoulombSpherical_calc& c…
122 void coulombAnalytic(vector3<int> S, const matrix3<>& GGT, const CoulombSpherical_calc& calc, compl…
125 void coulombAnalyticStress(vector3<int> S, const matrix3<>& GGT, const CoulombSpherical_calc& calc,…
H A DCoulombIsolated.cpp124 { callPref(coulombAnalytic)(gInfo.S, gInfo.GGT, CoulombSpherical_calc(Rc), in->dataPref(false)); in apply()
134 …callPref(coulombAnalyticStress)(gInfo.S, gInfo.GGT, CoulombSpherical_calc(Rc), X->dataPref(), Y->d… in getLatticeGradient()