Home
last modified time | relevance | path

Searched defs:CoulombSpherical_calc (Results 1 – 1 of 1) 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() argument
87 __hostanddev__ double operator()(const vector3<int>& iG, const matrix3<>& GGT) const in operator()
113 void coulombAnalytic_gpu(vector3<int> S, const matrix3<>& GGT, const CoulombSpherical_calc& calc, c… argument