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
178 stars 64 forks source link

Mark to be removed triangles when using Fix_single_connec_edge_elements.m #274

Open cnske opened 1 year ago

cnske commented 1 year ago

When using the Fix_single_connec_edge_elements class once can set a parameter how aggressive this triangles get removed.

It would be great if the class can get an option so that one can see which triangles will be removed. In that way it can be possible to adjust the shapefile beforehand and omit unnecessary removal.

Maybe it could also be possible to select which one to keep or any other option how to take care of them.