-
Notifications
You must be signed in to change notification settings - Fork 99
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
Comments and suggestions for Part II #200
Comments
Thanks for the suggestions. In the future let's stick to referring to chapters by name rather than number, since the numbering is more ephemeral (indeed, the preface should really be front matter so all the chapter numbers will be reduced by one).
I added the phrase "eigenvalue decomposition" before this is introduced.
I think not; that notebook hasn't been updated for quite some time. I removed the italicized comment to ourselves.
Depending on your definition of "two or more wave solvers", this claim is either trivially true or (in my opinion) not true. We can discuss it further if you disagree.
I think that would be fine, especially if you want to add HLLC to the book.
I'm hesitant to spend more time on the HLL solver here since I'm pretty sure nobody has ever actually used a two-wave solver for Burgers, and it seems a bit foolish to do so for a scalar equation. Showing the exact solution and the Roe solution would be nice for the transonic rarefaction case (in the case of a shock I think all three will be indistinguishable). Please go ahead and add it.
I don't understand. Doesn't it say that already?
Good ideas; done.
It works for me. I'm happy to help you debug.
Good idea.
Should be fixed now.
Good catch. I changed it to HLLE almost everywhere. Left one instance that I think should remain as HLL.
That would be great!
That would also be great. I've implemented most of your suggestions in #202. Thanks again. |
@ketch Thank you for going over these. The interacts in the end of shallow_water approximate were not working because I needed to update clawpack, so it is all good now. On my side I will work on the following then:
|
That sounds great. |
@rjleveque @ketch I went over the second part, took me a bit longer than expected. I think it is overall in good shape, but of course there are a couple of thinks we could still improve. My comments/suggestions follow:
Chapter 11:
Chapter 12:
Chapter 13:
Chapter 14:
Sec 14.1, first paragraph. Reference as in Chapter not working in pdf. Maybe this is already fixed in latest version of make_pdf.
Sec 14.2 HLLE Solver: Many parts uses HLL instead of HLLE. I know it is basically the same, but maybe somewhat confusing to have the two acronyms. Maybe change all to HLLE since we are using the HLLE choice of wave speed.
Maybe add the HLLC/HLLEC solver as an example of a three wave HLL solver. I am happy to do this.
Chapter 15:
I can contribute by trying improvements on Burgers approximate, adding the HLLC solver to the Euler compare and adding a tab to choose density/momentum or energy in the interacts of Chapter 15. If this is ok with you since you wrote these chapters, I am happy to implement these, so please let me know.
The text was updated successfully, but these errors were encountered: