-
Notifications
You must be signed in to change notification settings - Fork 65
adding hyperbolic1D_upwind.cpp #63
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
Conversation
|
This need to be updated ith the latest commits in MOLE, and can you implement the same looping structure you did with RK2, so there is no need for You can pass loop commands to gnuplot in the script, the following has the output called "gp_script", but the point is the same: |
|
Ok, I think I've fixed it, please lmk if it looks good. |
|
Please, even though that is not in the comments of the MATLAB code, indicate in the top comments of your code which equation is being solved, its time and space domains and its initial and boundary conditions. |
Thanks for the feedback! I just added this. |
|
I added this! The variables for the |
mdumett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, merge your code
sorry, how do I do this? |
|
Just take a look at the green button (Merge pull request) at the end of the pull request conversations |
|
I don't see this, and I don't think I have this permission... |
This PR would like to add
hyperbolic1D_upwind.cppas the C++ version ofhyperbolic1D_upwind.m. This addresses issue #62