- 26 Oct, 2017 1 commit
-
-
COULAUD Olivier authored
Move complex in interpolation kernels to std::complex. Add imag() and real() methods for FComplex (compatibility with std::complex
-
- 21 Sep, 2017 3 commits
-
-
COULAUD Olivier authored
-
COULAUD Olivier authored
-
COULAUD Olivier authored
-
- 08 Sep, 2017 1 commit
-
-
PRUVOST Florent authored
-
- 31 Aug, 2017 2 commits
-
-
COULAUD Olivier authored
-
COULAUD Olivier authored
-
- 22 Aug, 2017 1 commit
-
-
COULAUD Olivier authored
-
- 21 Aug, 2017 1 commit
-
-
COULAUD Olivier authored
-
- 13 Jul, 2017 2 commits
-
-
Berenger Bramas authored
-
Berenger Bramas authored
-
- 07 Jul, 2017 2 commits
-
-
COULAUD Olivier authored
-
DUFOYER Benjamin authored
-
- 06 Jul, 2017 3 commits
-
-
DUFOYER Benjamin authored
-
DUFOYER Benjamin authored
-
DUFOYER Benjamin authored
Add build LET all level Fix Memory bug
-
- 05 Jul, 2017 1 commit
-
-
DUFOYER Benjamin authored
-
- 28 Jun, 2017 2 commits
-
-
DUFOYER Benjamin authored
-
DUFOYER Benjamin authored
-
- 27 Jun, 2017 1 commit
-
-
DUFOYER Benjamin authored
-
- 26 Jun, 2017 2 commits
-
-
Berenger Bramas authored
-
DUFOYER Benjamin authored
-
- 23 Jun, 2017 1 commit
-
-
DUFOYER Benjamin authored
-
- 09 Jun, 2017 2 commits
-
-
DUFOYER Benjamin authored
-
DUFOYER Benjamin authored
-
- 31 May, 2017 1 commit
-
-
DUFOYER Benjamin authored
-
- 24 May, 2017 2 commits
-
-
Benjamin Dufoyer authored
-
Benjamin Dufoyer authored
-
- 23 May, 2017 1 commit
-
-
Benjamin Dufoyer authored
-
- 22 May, 2017 1 commit
-
-
Benjamin Dufoyer authored
Adding FDistributedGroupTreeBuilder, function redistribute leaf who redistribute leaf from linear tree to block size added
-
- 12 May, 2017 1 commit
-
-
COULAUD Olivier authored
-
- 26 Apr, 2017 1 commit
-
-
Quentin Khan authored
-
- 25 Apr, 2017 1 commit
-
-
Quentin Khan authored
Pushing a particle by referencing it from another particle container did not work. Now one can do: container.push(other_container[0]);
-
- 20 Apr, 2017 7 commits
-
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
The functions call the kernel setup() and cleanup() member function with the tree (optionally) if they exist or do nothing.
-
Quentin Khan authored
-
Quentin Khan authored
The last attributes may be ommited when pushing in FVariadicParticleContainer. The last commits broke that behaviour.
-
Quentin Khan authored
The particle containers access particles as tuples. The particles had to be constructible from such a tuple to be reinserted when building the tree. FNode can now reinsert a particle that is not constructible from such a tuple.
-
Quentin Khan authored
-