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

Correct form of Gaussian filter #195

Open WPringle opened 3 years ago

WPringle commented 3 years ago

Here is a suggested change (wondering if should be like old way or suggested new way):

Screen Shot 2021-03-02 at 3 46 46 PM
krober10nd commented 3 years ago

Hm, is there a significant effect on the global mesh resolution distribution with this modification?

WPringle commented 3 years ago

Not really sure probably not

krober10nd commented 2 years ago

FYI in the Python version this was deeply studied by https://github.com/CHLNDDEV/oceanmesh/pull/47