-
Notifications
You must be signed in to change notification settings - Fork 15
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
Periodic background mesh #88
Comments
Similar to #89, it looks like this just requires that the FEFunction is evaluated at all model node coordinates. E.g.,
It might be nice to create a version of the constructor for |
The changes in #89 allows for a periodic background mesh when generating a I've also added a distributed test but this is currently disabled due to #87. I expect these will work once #87 has been fixed. |
Hi,
Is there support for periodic background meshes? The MWE below does not work.
Based on some testing I've conducted, it seems that analytic geometries do respect periodicity of the background mesh though.
The text was updated successfully, but these errors were encountered: