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 getfielddims/getfieldinterpolations/getfieldnames for FieldHandler #647

Merged
merged 3 commits into from
Mar 27, 2023

Conversation

kimauth
Copy link
Member

@kimauth kimauth commented Mar 27, 2023

These were a bit of an anti-pattern as they needed to allocate vectors. Instead of using these, one should iterate over the fields instead.

@codecov-commenter
Copy link

codecov-commenter commented Mar 27, 2023

Codecov Report

Patch coverage: 94.11% and project coverage change: +0.31 🎉

Comparison is base (df3fa6f) 92.30% compared to head (c393a45) 92.61%.

📣 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     #647      +/-   ##
==========================================
+ Coverage   92.30%   92.61%   +0.31%     
==========================================
  Files          29       29              
  Lines        4455     4453       -2     
==========================================
+ Hits         4112     4124      +12     
+ Misses        343      329      -14     
Impacted Files Coverage Δ
src/Dofs/MixedDofHandler.jl 83.88% <91.66%> (-0.14%) ⬇️
src/Dofs/ConstraintHandler.jl 96.05% <100.00%> (+1.11%) ⬆️
src/Dofs/apply_analytical.jl 100.00% <100.00%> (ø)
src/PointEval/PointEvalHandler.jl 92.69% <100.00%> (+0.56%) ⬆️

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

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