-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slope limiter testing #76
Conversation
…d duplicate work in density calculation
…om particle types
Looks fine to me - I think we could merge, although I'm not really familiar with the meshless and I think David should have the last word. After we have closed this and the tests branch I'll add the slope limiter tests to the tests run after every commit, at the moment we run only SPH tests. |
It might be worth only running a subset of them since they take a few On Thu, 22 Sep 2016 23:23 giovanni-rosotti, notifications@github.com
|
Just looking through some of the code and running through a batch of tests and all looks good so far. Will run a few more and if they're fine, I'll go ahead and merge. |
All fine so I merged the branch. I guess we can now delete both the slope_limiter_testing and slope_limiters branch? |
Please leave the slope_limiter_testing branch for now. I have some extra On 23/09/16 10:58, dhubber wrote:
|
Sorry guys, deleted the branch as soon as I saw the e-mail - feel free to restore it if you need to |
No worries, I'll do that later if need be. On 23/09/16 11:03, giovanni-rosotti wrote:
|
I've modified the slope limiters and written some scripts to produce some comparisons between the various slope limiters. Since this branch is built upon the slope_limiter branch we had before I will delete that pull request and we should use this one instead. This pull request includes the following:
I've also attached a couple of results from the slope limiter tests for the discussion. These can be used to rank the limiters by how diffusive they are. I'd suggest the order from least to most diffusive is:
which agrees well with theory.