gridap / Gridap.jl

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

Feature required to fix GridapDistributed.jl issue #975

Closed amartinhuertas closed 8 months ago

amartinhuertas commented 8 months ago

Change the symbolic assembly loop for matrix_vector assembly such that it also takes into account the symbolic part corresponding to vector entries.

This is a feature required to fix issue 142 in gridapdistributed.jl

https://github.com/gridap/GridapDistributed.jl/issues/142

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (07d6e2f) 88.10% compared to head (e4226c5) 88.12%.

Files Patch % Lines
src/FESpaces/SparseMatrixAssemblers.jl 96.66% 1 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 #975 +/- ## ========================================== + Coverage 88.10% 88.12% +0.01% ========================================== Files 177 177 Lines 21093 21122 +29 ========================================== + Hits 18585 18614 +29 Misses 2508 2508 ```

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