Closed JordiManyer closed 3 months ago
Attention: Patch coverage is 0%
with 74 lines
in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
a37ada1
) to head (aaa971a
). Report is 4 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
src/Adaptivity.jl | 0.00% | 74 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is the follow-up PR to #148 . Requires Gridap#adaptivity to be merged first.
Main feature:
We aim to add refinement of generic unstructured distributed models, in the case where refinement glues produced by local (serial) refinement are already consistent. Notably, this happens for uniform refinement (i.e same RefinementRule for every cell in the old mesh).
This PR does NOT intend to
Other minor features: