- 18 Aug, 2016 1 commit
-
-
Matthieu Schaller authored
-
- 17 Aug, 2016 7 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Tasks cleanup Replace all tasks that are not part of the main computation to a `threadpool` which can more simply and efficiently schedule small tasks with no dependencies. See #166. Peter, can you check that this effectively passes all your tests? Thanks! See merge request !176
-
Peter W. Draper authored
-
Peter W. Draper authored
Removing duplicate functions to avoid some merge issues for other branches
-
Peter W. Draper authored
Master is broken, so back to original for now. This reverts commit 409531ab.
-
- 16 Aug, 2016 9 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Removed now-unnecessary large glass file from the repository. All examples download the required glass files from the web-server.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Fix the minimal version of SPH Ok, I have now fixed the minimalistic implementation of SPH. That's the one that should be used as a template for other people to implement their stuff. It's overly documented and now works on all the test-cases we have in the examples directory. Don't know if you want to look at this or not @pdraper given that it does not affect our default setup at all. Solves #148. See merge request !218
-
Matthieu Schaller authored
-
- 15 Aug, 2016 11 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
First really working version of the Minimal SPH implementation. Need more documentation and testing.
-
Matthieu Schaller authored
First really working version of the Minimal SPH implementation. Need more documentation and testing.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Updated the 3D Sod shock example to use the new glass files. Added script to plot solution. Removed old glass files.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 14 Aug, 2016 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 13 Aug, 2016 1 commit
-
-
Matthieu Schaller authored
Fixed test125cells when using the Wendland kernels. Neighbour number tolerance was not large enough.
-
- 12 Aug, 2016 5 commits
-
-
Peter W. Draper authored
For cells with large counts this matters
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Conflicts: src/task.c
-
- 11 Aug, 2016 4 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Need to do this as a pre-init stage to task marking which will unskip tasks that have active cells
-