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

Bug fix for boundary postprocessing from #240 #253

Closed sebastiangrimberg closed 1 month ago

sebastiangrimberg commented 1 month ago

As part of https://github.com/awslabs/palace/pull/240, using "Side": "LargerRefractiveIndex" was not handled correctly. This caused regressions for some meshes with internal boundaries, but was not caught by the CI tests because the meshes for the CPW test which should have tested this were a special case that happened to still give the correct result.