[][src]Module salva2d::kernel

Smoothing kernels.

Structs

CubicSplineKernel

The cubic spline smoothing kernel.

Poly6Kernel

The Poly6 smoothing kernel.

SpikyKernel

The Spiky smoothing kernel.

ViscosityKernel

The Viscosity smoothing kernel.

Traits

Kernel

Kernel functions for performing approximations within the PBF/SPH methods.