Calculate aint. More...
Calculate aint.
This class store
Definition at line 178 of file interpolation.hpp.
#include <interpolation.hpp>
Static Public Member Functions | |
static void | value (size_t(&sz)[vector::dims], typename vector::stype a_int[openfpm::math::pow(np, vector::dims)], typename vector::stype(&a)[vector::dims][np]) |
Calculate the coefficients of the interpolation a_int for one particles having the 1D kernel values. | |
|
inlinestatic |
Calculate the coefficients of the interpolation a_int for one particles having the 1D kernel values.
sz | size of stencil for the interpolation |
a_int | coefficients on the stencil points |
a | coefficients of the kernel for each direction, consider that for 3 dimensions the kernel is the multiplication the 1D kernel on each direction. The "a" array store the calculated coefficient of the 1D kernel on each direction |
Definition at line 191 of file interpolation.hpp.