Class Poly6Kernel
Defined in File SPHKernels.h
Class Documentation
-
class Poly6Kernel
Poly6 kernel.
Public Static Functions
-
static inline Real W(const Real r)
W(r,h) = (315/(64 pi h^9))(h^2-|r|^2)^3 = (315/(64 pi h^9))(h^2-r*r)^3
-
static inline Vector3r gradW(const Vector3r &r)
grad(W(r,h)) = r(-945/(32 pi h^9))(h^2-|r|^2)^2 = r(-945/(32 pi h^9))(h^2-r*r)^2
-
static inline Real W(const Real r)