OceanMesh2D
OceanMesh2D copied to clipboard
A two-dimensional triangular mesh generator with pre- and post-processing utilities written in pure MATLAB (no toolboxes required, some support for Octave) designed specifically to build models that s...
First of all, thank you very much for this tool you developed! It is great! I am trying to generate my first grid to later be used in SWAN. Everything...
- Change dynamicwaterlevelcorrection filename to null by default (not invoked), and correct making offset.63 when only have one timestep (constant) - Add optional kwargs to `mesh2dgen.m` for changing mesh generation...
Delft FM has a strict grid orthogonality requirement to simulate. Equation for orthogonality error: .... Would like to be able to specify the maximum allowable orthogonality error for mesh generation...
* On termination, it's possible to repeatedly project only the boundary vertices back onto the 0-level set for better boundary conformity. * See here what I did in Python. https://github.com/krober10nd/SeismicMesh/blob/fa4cbc97a987d3468e6362fce6c76efe05f47bdf/SeismicMesh/generation/mesh_generator.py#L436...
Here is a suggested change (wondering if should be like old way or suggested new way):
**Describe the bug** DEMs created with for instance ArcPro have a fill value set to 1e+38. This value is not picked up by `ncread` and then can negatively impact interpolation...
@Onur-Kurum adds the functionality to edit `edgefx` for better mesh sizing agreement around hardline constraints with variable point spacing in the mesh connectivity. Potentially, `meshgen` will also need to process...
**Describe the bug** When creating the nodal attribute Mannings n landcover parameter, we often have to partition the domain into chunks/slices to fit into available RAM. When this happens, sometimes...
Need to add BoundCr method details and updated details about MakeBC...