Open Priusds opened 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.
shapely.segmentize
lc
shapely
process_geo.py might contain the old code related to that.
process_geo.py
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, replacinglc
handling from theshapely
POV.