-
Notifications
You must be signed in to change notification settings - Fork 4
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
Non-conforming, adaptive CubedSphere #40
Conversation
Bad news, I cannot used the analytical geometrical mapping directly, as otherwise the mesh is broken geometrically on non-conforming interfaces. I have to resort to the interpolation of the geometrical mapping into a H1-conforming space with hanging nodes for the geometry.
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #40 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 18 18
Lines 1277 1428 +151
=======================================
- Misses 1277 1428 +151 ☔ View full report in Codecov by Sentry. |
* Added ForestOfOctreesCubedSphereDiscreteModelTests.jl
…apps/GridapGeosciences.jl into non_conforming_cubed_sphere_model
…apps/GridapGeosciences.jl into non_conforming_cubed_sphere_model
polynomial order argument for the geometry, instead of 1 all the way through
mass conservation equation
…nto non_conforming_cubed_sphere_model
WIP ... cannot be merged yet ...