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

Move create_sparsity_pattern and friends to own file #649

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

fredrikekre
Copy link
Member

No functional change. This patch moves all code related to sparsity pattern creation into a new file src/Dofs/sparsity_pattern.jl. Previously this code was spread out over multiple files which made it difficult to navigate. This will also help with the DofHandler merge since it removes code from the soon-to-be-deleted
src/Dofs/DofHandler.jl file.

No functional change. This patch moves all code related to sparsity
pattern creation into a new file `src/Dofs/sparsity_pattern.jl`.
Previously this code was spread out over multiple files which made it
difficult to navigate. This will also help with the DofHandler merge
since it removes code from the soon-to-be-deleted
`src/Dofs/DofHandler.jl` file.
@codecov-commenter
Copy link

codecov-commenter commented Mar 28, 2023

Codecov Report

Patch coverage: 99.19% and project coverage change: +0.32 🎉

Comparison is base (d118aab) 92.61% compared to head (a738e53) 92.93%.

📣 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     #649      +/-   ##
==========================================
+ Coverage   92.61%   92.93%   +0.32%     
==========================================
  Files          29       30       +1     
  Lines        4453     4461       +8     
==========================================
+ Hits         4124     4146      +22     
+ Misses        329      315      -14     
Impacted Files Coverage Δ
src/Dofs/ConstraintHandler.jl 95.84% <ø> (-0.21%) ⬇️
src/Dofs/DofHandler.jl 86.48% <ø> (-3.08%) ⬇️
src/Ferrite.jl 100.00% <ø> (ø)
src/Dofs/sparsity_pattern.jl 99.19% <99.19%> (ø)

... and 3 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.

@fredrikekre fredrikekre merged commit a12d87d into master Mar 28, 2023
@fredrikekre fredrikekre deleted the fe/sparsity-pattern branch March 28, 2023 08:47
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