Feature: DGMultiMesh from t8code forest (prototype)#2270
Feature: DGMultiMesh from t8code forest (prototype)#2270
Conversation
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. |
There was a problem hiding this comment.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
JuliaFormatter
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Line 175 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Lines 177 to 178 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Lines 180 to 183 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Lines 185 to 186 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Line 188 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Lines 190 to 193 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Lines 195 to 205 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Lines 207 to 208 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Lines 210 to 211 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Line 213 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Lines 215 to 278 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Line 280 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Lines 282 to 285 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Line 287 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Line 289 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Line 291 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/meshes/dgmulti_t8code.jl
Line 304 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/solvers/dgmulti/dg.jl
Lines 489 to 518 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/solvers/dgmulti/dg.jl
Lines 520 to 528 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/solvers/dgmulti/types.jl
Line 441 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/solvers/dgmulti/types.jl
Line 444 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/solvers/dgmulti/types.jl
Line 454 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/src/solvers/dgmulti/types.jl
Line 459 in 1aa2762
[JuliaFormatter] reported by reviewdog 🐶
Trixi.jl/test/test_dgmulti_3d.jl
Line 452 in 1aa2762
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2270 +/- ##
==========================================
- Coverage 96.94% 93.46% -3.48%
==========================================
Files 502 506 +4
Lines 41682 42070 +388
==========================================
- Hits 40405 39318 -1087
- Misses 1277 2752 +1475
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:
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
The CI hangs (or at least takes an extremely long time) at CI / unstructured_dgmulti - ubuntu-latest. Need to investigate why. |
This PR adds routines to build a
DGMultiMeshfrom a t8code forest. It is a prototype implementation. It is not particular performant, robust and only supports conformal meshes with one element type (no hybrid meshes, no mortar interfaces).This is a follow-up PR to #2259.