- 07 Apr, 2017 1 commit
-
-
James Willis authored
Check if there are any active particles within interaction distance and return if there are not. Only populate the cache from the first particle in a cell that interacts*and* is also active.
-
- 15 Mar, 2017 6 commits
-
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
- 14 Mar, 2017 5 commits
-
-
James Willis authored
-
James Willis authored
Perform padding of the cache when populating it instead of on the fly. Create fake particles to be maxed out in the inner interaction loop.
-
James Willis authored
-
James Willis authored
-
James Willis authored
Fixed bug with finding the exit iteration of the inner loops, -1 and +1 to value. Replaced vec_load with vec_unaligned_load for GCC. Pad cache correctly when the number of iterations of the inner loop is not a multiple of the vector length.
-
- 06 Mar, 2017 1 commit
-
-
James Willis authored
-
- 02 Mar, 2017 2 commits
-
-
James Willis authored
-
James Willis authored
-
- 01 Mar, 2017 2 commits
-
-
James Willis authored
-
James Willis authored
-
- 28 Feb, 2017 1 commit
-
-
James Willis authored
Added function to populate max_d arrays without the cache and to find the first and last particles in ci and cj that interact with neighbouring cell.
-
- 20 Feb, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 25 Jan, 2017 1 commit
-
-
James Willis authored
-
- 22 Jan, 2017 2 commits
-
-
James Willis authored
-
James Willis authored
Added statistics to runner_dopair1_vec to find the total number of interactions for each cell pair orientation.
-
- 20 Jan, 2017 1 commit
-
-
James Willis authored
-
- 19 Jan, 2017 4 commits
-
-
James Willis authored
Re-added version of dopair1_vec that does not process 2 pi at the same time and use 2 vectors for interaction loop.
-
James Willis authored
-
James Willis authored
Corrected 2nd loop limits in dopair1_density_vec_2 and added new version that will only read one cell into the cache at a time.
-
James Willis authored
-
- 17 Jan, 2017 2 commits
-
-
James Willis authored
-
James Willis authored
Added dopair1 version to use an unsorted cache. Improved sorted cache version by processing 2 pi at a time.
-
- 16 Jan, 2017 3 commits
-
-
Matthieu Schaller authored
-
James Willis authored
-
James Willis authored
-
- 13 Jan, 2017 3 commits
-
-
James Willis authored
-
James Willis authored
Fixed bug with intrinsic dopair1. Break in search loop and there is no need to pad cache and check for r2>0 in dopair as particles past the threshold will return false in r2<hig2.
-
James Willis authored
-
- 12 Jan, 2017 2 commits
-
-
James Willis authored
-
James Willis authored
-
- 10 Jan, 2017 1 commit
-
-
James Willis authored
-
- 05 Jan, 2017 1 commit
-
-
James Willis authored
-
- 04 Jan, 2017 1 commit
-
-
Matthieu Schaller authored
-