gridap / Gridap.jl

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

Added missing methods for LagrangianDofBasis #964

Closed JordiManyer closed 10 months ago

JordiManyer commented 10 months ago

Added the methods dof_to_node and dof_to_comp for LagragianDofBasis. These methods already existed for lagrangian ReferenceFEs and were already exported. I'm just expanding them for the dof basis as well.

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (5d369ef) 88.10% compared to head (3e86ff7) 88.10%.

Files Patch % Lines
src/ReferenceFEs/LagrangianDofBases.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 #964 +/- ## ========================================== - Coverage 88.10% 88.10% -0.01% ========================================== Files 177 177 Lines 21075 21077 +2 ========================================== Hits 18569 18569 - Misses 2506 2508 +2 ```

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