- 20 Apr, 2017 1 commit
-
-
Quentin Khan authored
This allows loading factorizing code between the FCountKernel and other kernels for generating or loading particles from a file.
-
- 19 Apr, 2017 2 commits
-
-
Quentin Khan authored
The container expects that the particle exposes a method `as_tuple` that converts the particle object to an std::tuple. The container no longer hides the underlying container value_type. It provides a particle_t alias to the particle type. FTree will deduce its particle type from the container in two steps: - if the container exposes a particle_t type, it is used - otherwise, the value_type alias of the container is used
-
Quentin Khan authored
-
- 12 Apr, 2017 2 commits
-
-
Quentin Khan authored
The macro NDEBUG is undefined in the tests
-
Quentin Khan authored
A define is added to choose the adaptive of the uniform tree.
-
- 11 Apr, 2017 2 commits
-
-
Quentin Khan authored
This allows altering the LICENCE text without changing all files. It should avoid merge conflicts in the future.
-
Pierre BLANCHARD authored
-
- 10 Apr, 2017 3 commits
-
-
Quentin Khan authored
Better consistency with rest of code.
-
Quentin Khan authored
This generates less classes and allows some overloading that did not work for const iterators.
-
Quentin Khan authored
The accessors were references to private members, they are changed to standard member function accessors.
-
- 04 Apr, 2017 2 commits
-
-
COULAUD Olivier authored
-
Pierre BLANCHARD authored
Significant modif in Chebyshev FMM (may impact your library): Provide a variant of ChebM2L without compression (new name FCheb) and use prefix FChebCmp for the compressed variant (former FCheb); Now FChebTensorial does exactly the same thing as FCheb but for tensorial kernel matrices.
-
- 28 Mar, 2017 1 commit
-
-
Luka Stanisic authored
-
- 22 Mar, 2017 1 commit
-
-
Quentin Khan authored
-
- 21 Mar, 2017 1 commit
-
-
Quentin Khan authored
-
- 20 Mar, 2017 2 commits
-
-
Quentin Khan authored
-
Quentin Khan authored
-
- 17 Mar, 2017 5 commits
-
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
-
- 15 Mar, 2017 1 commit
-
-
COULAUD Olivier authored
-
- 14 Mar, 2017 17 commits
-
-
COULAUD Olivier authored
-
Berenger Bramas authored
-
Berenger Bramas authored
-
mkhannouz authored
-
Berenger Bramas authored
-
Berenger Bramas authored
-
Berenger Bramas authored
-
Martin Khannouz authored
-
Martin Khannouz authored
-
Martin Khannouz authored
-
Martin Khannouz authored
-
Martin Khannouz authored
-
Martin Khannouz authored
-
Martin Khannouz authored
-
Martin Khannouz authored
Uniform Cube, Ellipsoid and Plummer can be generated (default is Uniform Cube).
-
Martin Khannouz authored
Add define to use file or not in testBlockedMpiChebyshev.cpp testBlockedMpiUniform.cpp and testFmmAlgorithmThreadProc.cpp
-
Martin Khannouz authored
-