Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #207 +/- ##
==========================================
- Coverage 95.32% 95.32% -0.01%
==========================================
Files 86 84 -2
Lines 9372 9318 -54
==========================================
- Hits 8934 8882 -52
+ Misses 438 436 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I am not sure if this "might not be necessary". That could just reduce convergence order from 3 to 4 to 2. |
|
For extrapolation we assume that the finest mesh is obtained from a single uniform refinement of the next coarser mesh. The extrapolated prolongation currently sets the new value as 0.5 * [top_left + bottom_right] while the standard prolongation would use 0.25 * [bottom_left + top_left + bottom_right + top_right]. I didn't notice any changes in the convergence orders. Rather ever so slightly better convergence, but not really noticeable. So I was wondering if the extrapolated interpolation is straight up not necessary. |

The extrapolated interpolation based on triangular elements might not actually be necessary.
We could just use the standard interpolation operators instead and see slightly better error reductions.
Merge Request - GuideLine Checklist
Guideline to check code before resolve WIP and approval, respectively.
As many checkboxes as possible should be ticked.
Checks by code author:
Always to be checked:
If functions were changed or functionality was added:
If new functionality was added:
If new third party software is used:
If new mathematical methods or epidemiological terms are used:
Checks by code reviewer(s):