numerics
Loading...
Searching...
No Matches
kernel.hpp
Go to the documentation of this file.
1/// @file kernel.hpp
2/// @brief SPH smoothing kernels for 3D WCSPH — delegates to num::SPHKernel<3>.
3/// See kernel3d.hpp for the Kernel3D alias.
4#pragma once
5#include "kernel3d.hpp"
SPH smoothing kernels for 3D WCSPH — delegates to num::SPHKernel<3>.