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
182 stars 65 forks source link

Hardlines in `edgefx` #248

Closed krober10nd closed 7 months ago

krober10nd commented 3 years ago

@Onur-Kurum adds the functionality to edit edgefx for better mesh sizing agreement around hardline constraints with variable point spacing in the mesh connectivity.

Potentially, meshgen will also need to process a cell-array or NaN-delimited array composed of several hardlines.

A hardline is a set of edges to-be-constrained in the mesh connectivity connected together by a set of fixed points. In OM parlance these are egfix and pfix kwargs.

CHLNDDEV commented 7 months ago

264