Home
last modified time | relevance | path

Searched refs:OneOverLength (Results 1 – 8 of 8) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/Lattice/
H A DLatticeAnalyzer.h66 const SingleParticlePos_t& OneOverLength)
69 …ingleParticlePos_t(rad_to_deg * std::acos(dot(Rv[0], Rv[1]) * OneOverLength[0] * OneOverLength[1]),
70 … rad_to_deg * std::acos(dot(Rv[1], Rv[2]) * OneOverLength[1] * OneOverLength[2]),
71 … rad_to_deg * std::acos(dot(Rv[2], Rv[0]) * OneOverLength[2] * OneOverLength[0]));
165 const SingleParticlePos_t& OneOverLength)
168 …gleParticlePos_t(rad_to_deg * std::acos(dot(Rv[0], Rv[1]) * OneOverLength[0] * OneOverLength[1]), …
H A DParticleBConds2D.h190 … : Linv0(lat.OneOverLength[0]), L0(lat.Length[0]), Linv1(lat.OneOverLength[1]), L1(lat.Length[1])
233 …inline DTD_BConds(const CrystalLattice<T, 2>& lat) : Linv0(lat.OneOverLength[0]), L0(lat.Length[0]…
H A DCrystalLattice.cpp70 OneOverLength[i] = 1.0 / Length[i]; in reset()
80 ABC = ldesc.calcSolidAngles(Rv, OneOverLength); in reset()
H A DParticleBConds3D.h31 : Linv0(lat.OneOverLength[0]),
33 Linv1(lat.OneOverLength[1]),
35 Linv2(lat.OneOverLength[2]),
335 … : Linv0(lat.OneOverLength[0]), L0(lat.Length[0]), Linv1(lat.OneOverLength[1]), L1(lat.Length[1])
438 …inline DTD_BConds(const CrystalLattice<T, 3>& lat) : Linv0(lat.OneOverLength[0]), L0(lat.Length[0]…
H A DParticleBConds3DSoa.h93 : Linv0(lat.OneOverLength[0]),
95 Linv1(lat.OneOverLength[1]),
97 Linv2(lat.OneOverLength[2]),
630 … : Linv0(lat.OneOverLength[0]), L0(lat.Length[0]), Linv1(lat.OneOverLength[1]), L1(lat.Length[1])
801 …inline DTD_BConds(const CrystalLattice<T, 3>& lat) : Linv0(lat.OneOverLength[0]), L0(lat.Length[0]…
H A DCrystalLattice.h109 SingleParticlePos_t OneOverLength; member
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DPhys_Math.cc46 const float OneOverLength = 1 / sqrt(length); in VGetNormal() local
47 c.x = OneOverLength * a->x; in VGetNormal()
48 c.y = OneOverLength * a->y; in VGetNormal()
49 c.z = OneOverLength * a->z; in VGetNormal()
/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/
H A DInitMolecularSystem.cpp245 RealType buffer_r = buffer * ions->Lattice.OneOverLength[idim]; in initWithVolume()