OpenSEMBA / dgtd

Maxwell's curl equations solver using discontinuous Galerkin methods.
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

3D Centered Tetrahedra based meshes for 1.5D simulations have issues in the interfaces #2

Open AlejandroMunozManterola opened 1 year ago

AlejandroMunozManterola commented 1 year ago

There seems to be an issue with the flux transmission between internal interfaces. Due to the angled nature of tetrahedra faces, the issue might be located in the normal treatment.

Strangely, this issue does not seem to appear in the Upwind version of this problem.