Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove grid representation from MixedDofHandler #577

Merged
merged 2 commits into from
Mar 21, 2023

Conversation

kimauth
Copy link
Member

@kimauth kimauth commented Jan 7, 2023

After #536 and #576, there is no need for the extra grid representation in the MixedDofHandler anymore (compare especially the benchmarks in #536).

@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.24 ⚠️

Comparison is base (378f4ee) 92.97% compared to head (5eeb36d) 92.73%.

❗ Current head 5eeb36d differs from pull request most recent head aac45c1. Consider uploading reports for the commit aac45c1 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #577      +/-   ##
==========================================
- Coverage   92.97%   92.73%   -0.24%     
==========================================
  Files          28       28              
  Lines        4270     4185      -85     
==========================================
- Hits         3970     3881      -89     
- Misses        300      304       +4     
Impacted Files Coverage Δ
src/Dofs/MixedDofHandler.jl 84.87% <100.00%> (-1.23%) ⬇️
src/Grid/grid.jl 87.38% <100.00%> (-3.50%) ⬇️

... and 6 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@termi-official
Copy link
Member

After this PR, what else is missing to merge the dof handlers? A convenience wrapper aroung add which internally adds the field handler and then?

@fredrikekre fredrikekre force-pushed the ka/remove_grid_representation_from_mixeddh branch from 5eeb36d to aac45c1 Compare March 21, 2023 08:15
@fredrikekre fredrikekre merged commit cc81e6c into master Mar 21, 2023
@fredrikekre fredrikekre deleted the ka/remove_grid_representation_from_mixeddh branch March 21, 2023 09:12
fredrikekre added a commit that referenced this pull request Mar 24, 2023
Since #577 the CellVector struct does not seem necessary anymore since
it is only used in one place for dof storage. This patch removes the
struct and inlines the fields directly in the MixedDofHandler struct
instead, similar to the DofHandler struct. Also removes some duplicate
code for celldofs(...).
fredrikekre added a commit that referenced this pull request Mar 24, 2023
Since #577 the CellVector struct does not seem necessary anymore since
it is only used in one place for dof storage. This patch removes the
struct and inlines the fields directly in the MixedDofHandler struct
instead, similar to the DofHandler struct. Also removes some duplicate
code for celldofs(...).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants