gridap / GridapDistributed.jl

Parallel distributed-memory version of Gridap
MIT License
103 stars 15 forks source link

Unstructured grid refinement #149

Closed JordiManyer closed 3 months ago

JordiManyer commented 4 months ago

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:

codecov[bot] commented 4 months ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #149 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 10 10 Lines 2777 2855 +78 ====================================== - Misses 2777 2855 +78 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.