Hello, I’m wondering that can I use DOLFINX_MPC to impose periodic BC for Nedelec elements? I find this Issue: Github repo, but don’t find any update in it. So I guess that this is not possible so far, is that true?
Thanks in advance.
Hello, I’m wondering that can I use DOLFINX_MPC to impose periodic BC for Nedelec elements? I find this Issue: Github repo, but don’t find any update in it. So I guess that this is not possible so far, is that true?
Thanks in advance.
It is possible with some kinks. Please refer to the following:
I was able to use the method for 2D geometries and did not encounter the anomaly indicated in the thread. But that somehow meant I did not stumble upon the corner case?
Also look down for an alternate approach by @dokken that makes the mesh itself periodic.
The implementation with the periodic mesh referenced in the above post has been extended to parallel in:
It will likely be incorporated in scifem in the foreseeable future.