-
- Downloads
algo: add the possibility to evaluate smooth kernels at the same position
- update the 'p2p_inner' and 'full_direct' functions to take diagonal values into account for smooth kernels. - add trait + constexpr member to detect smooth kernels at compile-time. - add a new check source file to test the new features
Showing
- checks/CMakeLists.txt 2 additions, 0 deletionschecks/CMakeLists.txt
- checks/check_smooth_kernel.cpp 229 additions, 0 deletionschecks/check_smooth_kernel.cpp
- include/scalfmm/algorithms/full_direct.hpp 24 additions, 11 deletionsinclude/scalfmm/algorithms/full_direct.hpp
- include/scalfmm/matrix_kernels/gaussian.hpp 3 additions, 0 deletionsinclude/scalfmm/matrix_kernels/gaussian.hpp
- include/scalfmm/matrix_kernels/mk_common.hpp 7 additions, 0 deletionsinclude/scalfmm/matrix_kernels/mk_common.hpp
- include/scalfmm/meta/traits.hpp 24 additions, 0 deletionsinclude/scalfmm/meta/traits.hpp
- include/scalfmm/meta/utils.hpp 1 addition, 1 deletioninclude/scalfmm/meta/utils.hpp
- include/scalfmm/operators/p2p.hpp 235 additions, 221 deletionsinclude/scalfmm/operators/p2p.hpp
checks/check_smooth_kernel.cpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment