- 09 Apr, 2017 5 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
several changes: 1) remove init tasks and their dependencies, 2) init particles by hand in engine_init_particles, 3) make gravity tasks depend on ghost since inits are gone, 4) add hierarchical dependencies to sort tasks.
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 03 Apr, 2017 9 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 02 Apr, 2017 2 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 30 Mar, 2017 3 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 22 Mar, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 21 Mar, 2017 1 commit
-
-
James Willis authored
-
- 20 Mar, 2017 1 commit
-
-
James Willis authored
-
- 15 Mar, 2017 3 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
Conflicts: src/cell.c src/cell.h src/runner.c src/runner_doiact.h
-
Peter W. Draper authored
-
- 11 Mar, 2017 5 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
remember at which step the cell was last sorted, enforce during drift that no sort is older than its sub-cell sorts.
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 09 Mar, 2017 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 08 Mar, 2017 8 commits
-
-
Matthieu Schaller authored
-
Peter W. Draper authored
Timebin optimization This implements a change to the active/inactive checks following @jwillis' remark that the code was a bit slower than in the old master he was working on. The idea is to pre-compute the largest active time-bin and then use this information to decide whether act on particles or not. The old scheme was computing the end-time of the particle which involves a lot more information for the same result. See merge request !316
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Made all python scripts numpy 1.8.2 compatible, and fixed some bugs while doing it. Title says it all. This should close #272. See merge request !319
-
Bert Vandenbroucke authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-