|
SPH
|
ThomasCouchmanKernel differs from CubicSpline only in the gradient, so the GravityKernel is the same. More...
#include <GravityKernel.h>
Additional Inherited Members | |
Public Member Functions inherited from GravityKernel< CubicSpline< 3 > > | |
| INLINE Float | radius () const |
| INLINE Float | valueImpl (const Float qSqr) const |
| INLINE Float | gradImpl (const Float qSqr) const |
Public Member Functions inherited from Kernel< GravityKernel< CubicSpline< 3 > >, 3 > | |
| Kernel ()=default | |
| INLINE Float | value (const Vector &r, const Float h) const noexcept |
| INLINE Vector | grad (const Vector &r, const Float h) const noexcept |
Public Member Functions inherited from Noncopyable | |
| Noncopyable ()=default | |
| Noncopyable (const Noncopyable &)=delete | |
| Noncopyable (Noncopyable &&)=default | |
| Noncopyable & | operator= (const Noncopyable &)=delete |
| Noncopyable & | operator= (Noncopyable &&)=default |
ThomasCouchmanKernel differs from CubicSpline only in the gradient, so the GravityKernel is the same.
Definition at line 118 of file GravityKernel.h.