Priusds / ParGeo

Generate complex two-dimensional geometries for simulations based on mesh discretizations.
https://pypi.org/project/pargeo/
MIT License
2 stars 1 forks source link

Mesh Vertices Alignment #45

Open Priusds opened 9 months ago

Priusds commented 9 months ago

If periodic boundaries are given, the mesh at the respective periodic edges (i.e. the vertices), must be aligned.

Idea: Here the shapely.segmentize method might become handy, replacing lc handling from the shapely POV.

Priusds commented 9 months ago

process_geo.py might contain the old code related to that.