Gauss-Legendre DGSEM Solver: 2D P4estMesh periodic#2847
Gauss-Legendre DGSEM Solver: 2D P4estMesh periodic#2847ranocha merged 66 commits intotrixi-framework:mainfrom
P4estMesh periodic#2847Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
P4estMesh periodic
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2847 +/- ##
==========================================
- Coverage 97.08% 97.07% -0.00%
==========================================
Files 611 612 +1
Lines 47580 47777 +197
==========================================
+ Hits 46189 46379 +190
- Misses 1391 1398 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I realized I also need to compute & store now the normals at interfaces: Trixi.jl/src/solvers/dgsem_p4est/dg_2d.jl Lines 166 to 170 in 18a6ac7 which cannot be inferred from the elements only. The reason why the current example works is that the mesh is effectively cartesian. |
This will take some time, I need to check the GPU changes and adapt this PR. This is started with #2899 |
examples/p4est_2d_dgsem/elixir_advection_flag_gauss_legendre.jl
Outdated
Show resolved
Hide resolved
Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com>
examples/p4est_2d_dgsem/elixir_advection_flag_gauss_legendre.jl
Outdated
Show resolved
Hide resolved
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
JoshuaLampert
left a comment
There was a problem hiding this comment.
Thanks! I only have one question below.
Convergence test advection:
xref #2826