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

Galerkin projection interpolation can fail in serial with periodic domains. #84

Open
jrper opened this issue Dec 11, 2015 · 0 comments
Open

Comments

@jrper
Copy link
Contributor

jrper commented Dec 11, 2015

The current implementation of serial mesh-to-mesh interpolation deals with periodic boundaries by cloning the position mesh across the boundary, but doesn't fix the connectivity. This then means that the frontal intersection finder routines can't find the additional mass. I'll test whether this was fixed in @stephankramer's Parallel periodic adaptive branch when I get round to it.

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

No branches or pull requests

1 participant