awslabs / palace

3D finite element solver for computational electromagnetics
https://awslabs.github.io/palace/dev
Apache License 2.0
224 stars 50 forks source link

[WIP] Perfect Periodic BC #266

Open LeilaGhaffari opened 3 weeks ago

LeilaGhaffari commented 3 weeks ago

This PR is aiming at adding support for perfect periodic BC. I have added two meshes in examples/cube/. cube.mesh is a regular cube and cube_periodic.mesh is periodic.

@sebastiangrimberg , are the boundary conditions specified here and here making sense?

Edit: Just noticed mfem/data/periodic-cube.mesh and it seems to be different than the one I created. This one fails too though.