gridap / GridapDistributed.jl

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

Cartesian uniform refinement #148

Closed JordiManyer closed 4 months ago

JordiManyer commented 4 months ago

This PR adds uniform anisotropic refinement and redistribution for distributed cartesian meshes, both in MPI and Debug mode. This should allow for faster debugging of adaptivity-based features.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 166 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (1d9205c) to head (a37ada1). Report is 2 commits behind head on master.

Files Patch % Lines
src/Adaptivity.jl 0.00% 142 Missing :warning:
src/Geometry.jl 0.00% 24 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #148 +/- ## ======================================= Coverage 0.00% 0.00% ======================================= Files 10 10 Lines 2633 2777 +144 ======================================= - Misses 2633 2777 +144 ```

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