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

improve the elements quality #306

Closed oceanywalker closed 4 months ago

oceanywalker commented 4 months ago

I have successfully run the cases. While I found that some elements can't pass the 'element quality check' of SMS (e.g. the critical value of the element area change is 0.5 and some elements fail to pass it, see the figure)

krober10nd commented 4 months ago

Reduce the mesh gradation rate. With that said, this is an arbitrary test.

oceanywalker commented 4 months ago

questions