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

IMPRV: added remesh_patch function #300

Closed krober10nd closed 9 months ago

krober10nd commented 1 year ago

User can now re-remesh polygonal regions and seamlessly insert them back into the parent mesh. The merge back into the parent mesh assumes both the border between the parent and subdomain are identical (c.f., msh.plus(...'match'))

This simplifies example Example_11_Remeshing_Patches.m

299