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

Default to constraining all components for (Periodic)Dirichlet. #509

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

fredrikekre
Copy link
Member

This patch changes the default components to prescribe for (Periodic)Dirichlet from component one to all components. This change does not affect scalar problems, and judging by tests, does not really affect vector valued problems either since it was already rather strange to rely on the default behavior of prescribing only the first component. Fixes #506.

@codecov-commenter
Copy link

codecov-commenter commented Oct 6, 2022

Codecov Report

Base: 92.00% // Head: 91.93% // Decreases project coverage by -0.06% ⚠️

Coverage data is based on head (71c23a9) compared to base (4a67b40).
Patch coverage: 82.60% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #509      +/-   ##
==========================================
- Coverage   92.00%   91.93%   -0.07%     
==========================================
  Files          22       22              
  Lines        3703     3709       +6     
==========================================
+ Hits         3407     3410       +3     
- Misses        296      299       +3     
Impacted Files Coverage Δ
src/Dofs/ConstraintHandler.jl 92.99% <80.00%> (-0.29%) ⬇️
src/Dofs/DofHandler.jl 89.16% <100.00%> (ø)
src/Dofs/MixedDofHandler.jl 86.29% <100.00%> (-0.11%) ⬇️

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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

This patch changes the default components to prescribe for
(Periodic)Dirichlet from component one to all components. This change
does not affect scalar problems, and judging by tests, does not really
affect vector valued problems either since it was already rather strange
to rely on the default behavior of prescribing only the first component.
Fixes #506.
@fredrikekre fredrikekre merged commit 7c6e055 into master Oct 6, 2022
@fredrikekre fredrikekre deleted the fe/components branch October 6, 2022 09:15
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.

Change default components to constraint to be all components
2 participants