Skip to content

OceanMesh2D V2.0

Pre-release
Pre-release

Choose a tag to compare

@krober10nd krober10nd released this 08 Feb 17:31
· 654 commits to Projection since this release

This release has a number of additional capabilities:

  1. The primary change is using the m_map library to mesh in an arbitrary projected space ensuring the user-defined mesh size constraints are obeyed on the sphere. The ability to build meshes in a projected space (e.g.., stereographic) supports global meshing where the boundaries are wrapped/periodic in space by construction.

  2. The capability to use nests and meshing extents with arbitrary polygonal extents is now supported. Previously, this was required to be rectangular bounding boxes.

  3. New stricter termination criteria are introduced based on a geometric quality saturation. This termination criterion produces higher-geometric quality meshes than before.

  4. Updates to plotting, plus operator (to merge two overlapping meshes in projected space), and various msh methods (e.g., interp method).

  5. The ability to specify weir crestlines (as polylines) to constrain internal boundaries in the mesh generation process.

  6. A number of bug fixes have been dealt with making the release much more stable and reliable.