simbilod / meshwell

GMSH wrapper, with integrated photonics focus
https://simbilod.github.io/meshwell/
GNU General Public License v3.0
20 stars 2 forks source link

Lower dimensional physicals #5

Open simbilod opened 1 year ago

simbilod commented 1 year ago

A nice feature of the previous iteration of this code was the ability to pass, for instance, 1D objects to a 2D mesh, and have them be conformal and properly tagged as physical. This can replace the current hack for boundary conditions, and allow e.g. sources and monitors to be defined.

This can probably be achieved here with recursive labeled entities

@HelgeGehring

HelgeGehring commented 1 year ago

Sounds great :partying_face: