Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More complete support for periodic boundary conditions
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.
- Loading branch information