gridap / Gridap.jl

Grid-based approximation of partial differential equations in Julia
MIT License
695 stars 95 forks source link

Bugfix: `restrict_to_field` creates copies for `BlockMultiFieldStyle` #993

Closed JordiManyer closed 5 months ago

JordiManyer commented 5 months ago

This is a fix for a bug created by the following PR:

The behavior of x[Block(ib)] changed, creating copies of the data. It's intentional, so we need to resolve it from our side.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.17%. Comparing base (e688660) to head (cfb2bf7).

:exclamation: Current head cfb2bf7 differs from pull request most recent head 369de95. Consider uploading reports for the commit 369de95 to get more accurate results

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #993 +/- ## ======================================= Coverage 88.17% 88.17% ======================================= Files 176 176 Lines 22021 22021 ======================================= Hits 19416 19416 Misses 2605 2605 ```

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