CHLNDDEV / OceanMesh2D

A two-dimensional triangular mesh generator with pre- and post-processing utilities written in pure MATLAB (no toolboxes required) designed specifically to build models that solve shallow-water equations or wave equations in a coastal environment (ADCIRC, FVCOM, WaveWatch3, SWAN, SCHISM, Telemac, etc.).
https://github.com/sponsors/krober10nd
GNU General Public License v3.0
179 stars 65 forks source link

Consider inner polygons w/ high fidelity #318

Closed krober10nd closed 2 weeks ago

krober10nd commented 1 month ago

When meshing with the high fidelity option, consider island/inner polygons to form additional breaklines in the mesh connectivity automatically.

krober10nd commented 1 month ago

yes

WPringle commented 1 month ago

Then for clarity could the polys construction be moved to be under the if statement on line 532: if obj.high_fidelity{box_num}

krober10nd commented 1 month ago

Then for clarity could the polys construction be moved to be under the if statement on line 532: if obj.high_fidelity{box_num}

okay, done.

krober10nd commented 3 weeks ago

pinging @WPringle