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

Verbosity #187

Open krober10nd opened 3 years ago

krober10nd commented 3 years ago
WPringle commented 3 years ago

I think that's a fair comment.

Could we add a m.messages field to show what operations have been performed on it and any notes.

e.g.,

krober10nd commented 3 years ago

I really like the idea of keeping a record in the object indicating in plain English what was done.

CHLNDDEV commented 3 years ago

200