-
Notifications
You must be signed in to change notification settings - Fork 1
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
I would like to ask about the paper on code correspondence #1
Comments
It based on Fast sweeping Method for Eikonal equation(Zhao, 2005) and a simplifed DG Method refer to (Li & Shu, 2007). |
|
The method you mentioned above might be a good way to get the solution. If you are interested in getting Traveltime in Tri-mesh Luo, 2007 with DG realization, I recommend with related work of Shu(Semi-Discretization). |
Sorry, I didn't quite understand what you meant. You mentioned the a simplifed DG Method in your previous email. That's why I want to confirm if you used the DG method when solving eikonal? |
Both scripts in this repo used FD solver. |
Using its |
cannot unpack non-iterable CellBlock object
|
Thanks! I would also like to ask that for rectangular grids, the fast scanning method is relatively easy to achieve by scanning in different directions. It is quite difficult to scan unstructured meshes such as triangular meshes. How do you sort triangular meshes and then scan them? Is there any relevant paper that can help understand? |
According to Luo(2007), cells can be sorted by its distance from reference points. This script just calc its distance in time. And you can storage distance in Heap to get a better performance. |
Thank you very much. I will go and read the relevant papers. |
Dear author:
Hello, thank you very much for publishing the code to help us learn. The example in your code is very effective. I would like to learn about discontinuous finite element knowledge based on the code. So, I would like to ask you, what equation does your code solve for? Is there any relevant article that can help us understand?
Thank you for taking the time to check my information. I wish you good health and smooth work. Looking forward to your reply!
The text was updated successfully, but these errors were encountered: