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

Update dof storage in MixedDofHandler #636

Merged
merged 1 commit into from
Mar 24, 2023
Merged

Update dof storage in MixedDofHandler #636

merged 1 commit into from
Mar 24, 2023

Conversation

fredrikekre
Copy link
Member

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(...).

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(...).
@codecov-commenter
Copy link

codecov-commenter commented Mar 24, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (9becab5) 92.41% compared to head (efb0db9) 92.41%.

📣 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     #636   +/-   ##
=======================================
  Coverage   92.41%   92.41%           
=======================================
  Files          29       29           
  Lines        4445     4432   -13     
=======================================
- Hits         4108     4096   -12     
+ Misses        337      336    -1     
Impacted Files Coverage Δ
src/Dofs/DofHandler.jl 89.59% <ø> (-0.21%) ⬇️
src/Dofs/DofRenumbering.jl 90.69% <100.00%> (-0.11%) ⬇️
src/Dofs/MixedDofHandler.jl 79.46% <100.00%> (-0.45%) ⬇️

... and 1 file 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.

@fredrikekre fredrikekre merged commit 4b330ce into master Mar 24, 2023
@fredrikekre fredrikekre deleted the fe/cellvector branch March 24, 2023 10:28
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.

3 participants