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

angle of reslope array #161

Closed jlwoodr closed 3 years ago

jlwoodr commented 3 years ago

Added cell array object to edgefx function so that the user can use an array of reslope angles for different channels/ridges.

krober10nd commented 3 years ago

It looks like there's quite a bit of conflicts. I think this could be resolved by first updating your local fork to be equal with the Projection branch here. Then add your changes.

krober10nd commented 3 years ago

162