SPHinXsys  alpha version
kernels Directory Reference

Files

file  base_kernel.cpp
 
file  base_kernel.h [code]
 This is the base classes of kernel functions. Implementation will be implemented in derived classes. The kernal function define the relevance between two neighboring particles. Basically, the further the two particles, the less relevance they have.

 
file  kernel_cubic_B_spline.cpp
 
file  kernel_cubic_B_spline.h [code]
 This is the class for cubic_B_spline kernel.
 
file  kernel_hyperbolic.cpp
 
file  kernel_hyperbolic.h [code]
 Here, we define hyperbolic kernel functions.
 
file  kernel_laguerre_gauss.cpp
 
file  kernel_laguerre_gauss.h [code]
 This is the class for laguerre gauss kernel.
 
file  kernel_quadratic.h [code]
 Here, we define quadratic kernel functions but not fully implemented it yet.
 
file  kernel_wenland_c2.h [code]
 This is the class for Wenland kernel.