-
Notifications
You must be signed in to change notification settings - Fork 109
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
Feature matrix #611
Comments
Here is a
|
This looks really great! I think we should put something like this in the docs and maybe also in the ICOSAHOM tutorial? Three and a half suggestions from my side:
|
☝️ Like this? (updated the draft above) |
Yes, much better, thank you. I have a few more suggestions now 😉:
If you prefer, I can also create a new table below and modify your table above directly. |
Updated above |
Could you add it to the ICOSAHOM tutorial? |
I really like this layout! Would it be OK for me to add simplicial meshes to the table after the PR is merged? |
Sure, that's the idea 👍 |
I like this summary table a lot! It is a very nice snapshot of Trixi meshes and features. It also indicates directly where I need to work on the unstructured solver :) |
We should really sit together (maybe after ICOSAHOM) and discuss what a good strategy would be to extend the unstructured solver. I mean, we can just leave it as it is, but in the back of my mind I have the feeling that the unstructured solver and the P4estMesh solver share too many similarities to be two completely separate solvers. Conceptually, I view the P4estMesh as the unstructured mesh plus h-adaptivity, thus from a very high-level point of view, I can't see a reason why there are so many DG-related methods implemented for the 2D P4estMesh (instead of reusing the unstructured stuff). But, as always, there's also a cost associated with unifying everything... Let's set together (maybe also with @efaulhaber) and figure out a good way forward. |
I agree! Their structure is similar (apart from possible differences in local edge numbering) and the functionality goals are the same; real world, interesting problems in 2D/3D curvilinear coordinates.
Definitely, I am game to concoct a plan for these features moving forward. EDIT: We should also include @Cczernik in this discussion. He is working on curvilinear shock capturing and already has some nice results for compressible Euler in 2D |
As a side note to that, @efaulhaber also has done some work on 3D shock capturing for the P4estMesh, although I am not sure in what kind of state this is. |
So far, the 3D shock capturing works, but I haven't verified that thoroughly (yet). And my implementation definitely needs to be revised before it's ready to be merged anywhere, it's more of a proof-of-concept yet. |
@ranocha I think you're right: While the table above looks great now directly on GH, it is broken for Documenter.jl: Thus my question is: will this table only be used in Documenter.jl or also in the README that's visible directly on GitHub? In the former case, I think we should just use proper unicode symbols, e.g., ✅ and ❌. That would make the table look like this (at least on my computer): What do you think? I think @ranocha essentially suggested something like this in the first place, but I didn't realize what the issue really was. |
The shock-capturing for the unstructured quad mesh in 2D seems to work fine (FSP, EC, Sedov). But it‘s still not speed optimized. I will work on that and make a PR next week. |
Let's continue the discussion of the layout in #703 |
I definitely agree that it would be great to unify these approaches and get shock capturing on curvilinear meshes. Some things that might be considered before we can really see
By the way, I still think it is useful to have a pure Julia implementation of the unstructured mesh available since there can sometimes be subtle problems when relying on binary dependencies, cf. #665 and trixi-framework/P4est.jl#37 |
Absolutely, I wholeheartedly agree. I was thinking/hoping it would be possible to implement it in such a way that all the numerics live in the unstructured solver and that P4estMesh essentially is a smart wrapper around an unstructured mesh. But this might turn out to be too high of a cost in terms of complexity, so we should tread carefully here. What is imho definitely in the books, though, is to make the P4estMesh accept an |
As discussed today, it would be great to have a feature matrix of the meshes/solvers/whatever stuff in the docs.
The text was updated successfully, but these errors were encountered: