gridap / Gridap.jl

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

Fix IntegrationMap on empty subds with physical quads #1012

Open ericneiva opened 2 months ago

ericneiva commented 2 months ago

This PR implements analogous fixes to 7ba69652 when the quadrature points are in the physical domain.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 60.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 88.22%. Comparing base (9675711) to head (91c5a6a).

Files with missing lines Patch % Lines
src/Fields/FieldsInterfaces.jl 60.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1012 +/- ## ========================================== - Coverage 88.23% 88.22% -0.02% ========================================== Files 179 179 Lines 22593 22603 +10 ========================================== + Hits 19936 19942 +6 - Misses 2657 2661 +4 ```

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