- 18 Mar, 2019 1 commit
-
-
ESTERIE Pierre authored
-
- 30 Jan, 2019 2 commits
-
-
ESTERIE Pierre authored
-
ESTERIE Pierre authored
-
- 13 Jun, 2018 1 commit
-
-
COULAUD Olivier authored
Remove all warnings with gcc 8: memset et memcopy une now reinterpret_cay<char*> and we remove restrict fir target and source in p2P
-
- 12 Jun, 2018 2 commits
-
-
COULAUD Olivier authored
-
COULAUD Olivier authored
-
- 15 Mar, 2018 1 commit
-
-
COULAUD Olivier authored
Now we use scaoed enum for OPENMP priorities ; Rename typed particles (source, target) rather than FParticleSource
-
- 13 Mar, 2018 3 commits
-
-
COULAUD Olivier authored
-
COULAUD Olivier authored
-
COULAUD Olivier authored
-
- 23 Jan, 2018 1 commit
-
-
COULAUD Olivier authored
-
- 16 Jan, 2018 1 commit
-
-
COULAUD Olivier authored
-
- 15 Jan, 2018 1 commit
-
-
COULAUD Olivier authored
-
- 22 Aug, 2017 3 commits
-
-
COULAUD Olivier authored
-
COULAUD Olivier authored
-
COULAUD Olivier authored
-
- 13 Jul, 2017 2 commits
-
-
Berenger Bramas authored
-
Berenger Bramas authored
-
- 12 May, 2017 1 commit
-
-
COULAUD Olivier authored
-
- 24 Apr, 2017 1 commit
-
-
Quentin Khan authored
-
- 20 Apr, 2017 1 commit
-
-
Quentin Khan authored
-
- 19 Apr, 2017 1 commit
-
-
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
-
- 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
-
- 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.
-
- 22 Mar, 2017 1 commit
-
-
Quentin Khan authored
-
- 21 Mar, 2017 1 commit
-
-
Quentin Khan authored
The classes FMpiBufferWriter and FBufferWriter implemented the same functionality, FMpiBufferReader and FBufferReader did too. This replaces the FBuffer implementations with the FMpiBuffer ones. Steps taken: - remove FBuffer* implementation - rename FMpiBuffer* to FBuffer* - clean up code and documentation - fix missing includes A few unused variables warnings are fixed in FAbstractBuffer.hpp. There was a discrepancy in the getSize method of F(Mpi)BufferReader. The behaviour of FMpiBufferReader is kept and the unit test is modified.
-
- 15 Mar, 2017 1 commit
-
-
COULAUD Olivier authored
-
- 13 Mar, 2017 1 commit
-
-
COULAUD Olivier authored
-
- 10 Mar, 2017 1 commit
-
-
Berenger Bramas authored
-
- 09 Mar, 2017 1 commit
-
-
COULAUD Olivier authored
-
- 13 Dec, 2016 1 commit
-
-
Quentin Khan authored
The classes FMpiBufferWriter and FBufferWriter implemented the same functionality, FMpiBufferReader and FBufferReader did too. This replaces the FBuffer implementations with the FMpiBuffer ones. Steps taken: - remove FBuffer* implementation - rename FMpiBuffer* to FBuffer* - clean up code and documentation - fix missing includes A few unused variables warnings are fixed in FAbstractBuffer.hpp. There was a discrepancy in the getSize method of F(Mpi)BufferReader. The behaviour of FMpiBufferReader is kept and the unit test is modified.
-
- 07 Dec, 2016 2 commits
-
-
Quentin Khan authored
Variable was given instead of its address.
-
Quentin Khan authored
The multipole and local expansion share the same implementation. Their types only differ by a template tag parameter. Consquently, the `getMultipole`/`getLocal` methods are changed to `get`. The method change is propageted to the files: - FChebKernel, - FChebSymKernel, - FChebTensorialKernel, - FAdaptChebKernel, - FUnifKernel, - FUnifTensorialKernel, - FAdaptUnifKernel, - utestChebyshevDirectPeriodic, - utestInterpolationMultiRhs,
-
- 06 Dec, 2016 1 commit
-
-
Berenger Bramas authored
-
- 28 Nov, 2016 1 commit
-
-
PIACIBELLO Cyrille authored
-
- 14 Nov, 2016 3 commits
-
-
Quentin Khan authored
Change relevant call to getMultipoleData and getLocalExpansionData.
-
Quentin Khan authored
-
Quentin Khan authored
-