gridap / GridapDistributed.jl

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

Redistribute for MultiField #140

Closed JordiManyer closed 9 months ago

JordiManyer commented 9 months ago

Redistribution for MultiFieldFESpaces... The current implementation loops through the different FESpaces, so it's definitely not the best. I believe the most efficient way of tackling this in general is to redistribute information dof-wise, not cell-wise. But this will come later...

codecov-commenter commented 9 months ago

Codecov Report

Attention: 62 lines in your changes are missing coverage. Please review.

Comparison is base (0bfb7c6) 0.00% compared to head (f736a0a) 0.00%.

Files Patch % Lines
src/Adaptivity.jl 0.00% 60 Missing :warning:
src/MultiField.jl 0.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #140 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 12 12 Lines 2470 2518 +48 ====================================== - Misses 2470 2518 +48 ```

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