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

More complete support for periodic boundary conditions #478

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

fredrikekre
Copy link
Member

This patch adds better support for specifying periodic boundary conditions. In particular, collect_periodic_faces(!) is added, which, for given input mirror and image sets computes the matching face. The result can be passed directly to the PeriodicDirichlet constructor. The existing limitation about full periodicity (i.e. all directions) is removed.

@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2022

Codecov Report

Merging #478 (8afaa14) into master (357e35b) will increase coverage by 0.17%.
The diff coverage is 97.07%.

@@            Coverage Diff             @@
##           master     #478      +/-   ##
==========================================
+ Coverage   91.38%   91.55%   +0.17%     
==========================================
  Files          22       22              
  Lines        3411     3542     +131     
==========================================
+ Hits         3117     3243     +126     
- Misses        294      299       +5     
Impacted Files Coverage Δ
src/Dofs/ConstraintHandler.jl 93.05% <97.07%> (+0.71%) ⬆️

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

This patch adds better support for specifying periodic boundary
conditions. In particular, collect_periodic_faces(!) is added, which,
for given input mirror and image sets computes the matching face. The
result can be passed directly to the PeriodicDirichlet constructor. The
existing limitation about full periodicity (i.e. all directions) is
removed.
@fredrikekre fredrikekre marked this pull request as ready for review September 13, 2022 11:39
@fredrikekre fredrikekre merged commit 9e8aabc into master Sep 13, 2022
@fredrikekre fredrikekre deleted the fe/collect-periodic branch September 13, 2022 11:59
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.

2 participants