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

No function named 'BoundCr' #255

Closed AllenLan-mm closed 2 years ago

AllenLan-mm commented 2 years ago

Describe the bug Hi, @krober10nd

When I am using OceanMesh2D and want to use the 'BoundCr' function to correct the mesh, it shows that BoundCr cannot be recognized. I also did not find the corresponding function in ‘msh.m’. But in the user guide and previous issues discussion, it seems that there is a BoundCr function. Is this a bug?

krober10nd commented 2 years ago

It was renamed when new functionality was added.

It's now called bound_courant_number

https://github.com/CHLNDDEV/OceanMesh2D/blob/07f98a9ed3ee60d226f2aa099317c1fb9005a484/%40msh/msh.m#L2778

AllenLan-mm commented 2 years ago

Thanks a lot.