- 01 May, 2016 1 commit
-
-
Matthieu Schaller authored
-
- 29 Apr, 2016 7 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 28 Apr, 2016 1 commit
-
-
Peter W. Draper authored
Time the initialisation step as well. In times of difficult debugging that's the most minor change ever. The 0th time-step now also has an output displaying the wallclock time spent. See merge request !156
-
- 27 Apr, 2016 10 commits
-
-
Matthieu Schaller authored
-
Peter W. Draper authored
Faster compilation In the current master, every time we edit a file, we re-generate version.h which then triggers recompilation of a lot of file that include it. Here we re-generate a version_string.h instead that is only included in version.c. That speeds up the compilation when only a few files are modified. See merge request !155
-
Matthieu Schaller authored
-
Peter W. Draper authored
Mpi multi dt fix How about this as a fix for #124 ? The cell properties relevant for the density and force calculation are updated on the receiving side by re-constructing them from the particles. See merge request !153
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 26 Apr, 2016 3 commits
-
-
Matthieu Schaller authored
Shuffle array Added a function to randomly shuffle an array of particles and moved random_uniform into `tools.c`. See merge request !154
-
James Willis authored
-
Peter W. Draper authored
-
- 25 Apr, 2016 10 commits
-
-
Matthieu Schaller authored
-
James Willis authored
-
James Willis authored
Added function to shuffle an array of particles randomly. Moved random_uniform from testPair/test27cells to tools.c.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Vectorise kernel Should fix issue #154. Includes updates to `testKernel.c` that test `kernel_deval_vec` against the serial `kernel_deval`. I have tested it with Cubic Spline, Wendland C2 + C6 kernels. See merge request !150
-
Matthieu Schaller authored
Made the kernel test part of the testing suite and checks that the vector/scalar values are consistent.
-
Matthieu Schaller authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
- 24 Apr, 2016 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 23 Apr, 2016 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 22 Apr, 2016 1 commit
-
-
Peter W. Draper authored
Put all the hydro task dependencies linking into a single function. This implements @tt 's suggestion to get all the hydro-task dependency construction in one single place. See merge request !152
-
- 21 Apr, 2016 2 commits
-
-
Matthieu Schaller authored
-
James Willis authored
-