- 27 Apr, 2016 3 commits
-
-
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
-
- 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 1 commit
-
-
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 3 commits
-
-
Matthieu Schaller authored
-
James Willis authored
-
Peter W. Draper authored
Fixed missing dependency between init and density in the case of sub-tasks. Not sure whether these dependencies disappeared at some stage or whether they have never been there but they are clearly missing. That fixes #153 and potentially the MPI issues if they are due to missing links. Can't really test it from here. @pdraper that might be of interest to you. See merge request !151
-
- 20 Apr, 2016 6 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
- 18 Apr, 2016 5 commits
-
-
Matthieu Schaller authored
Recover : for y command-line parameter and update task plotting scripts for external gravity Fixes a problem from the parameter files branch and updates the plotting scripts for external gravity. See merge request !149
-
Peter W. Draper authored
-
Peter W. Draper authored
Initialise the entropy only once. Exactly what is says on the tin. See merge request !148
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 14 Apr, 2016 3 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
Gravity particles Ok, that's another big one... This includes all the changes by @tt and @jregan regarding the use of an external potential. The main changes are: - Update to the `unit` with some more const statements. - Addition of a set of physical constants and of an object to convert them in the chosen system of units. - A new external gravity task and its dependencies. - This task calls functions in a new file `potential.h` where users can define their external potentials. - A new test case that just makes a bunch of particles orbit a point mass. See merge request !143
-
Peter W. Draper authored
-
- 13 Apr, 2016 3 commits
-
-
Pedro Gonnet authored
-
Peter W. Draper authored
-
Matthieu Schaller authored
-