Skip to content

OceanMesh2D V1.0

Compare
Choose a tag to compare
@CHLNDDEV CHLNDDEV released this 07 Aug 21:56
· 30 commits to master since this release

A self-contained MATLAB mesh generation toolkit for the development of coastal oceans meshes composed of two-dimensional, unstructured triangles. The software embeds the mesh generation into an object-orientated framework that integrates the necessary pre- and post-processing tools to inevitably perform numerical simulations with the mesh.

The main features are:

-The ability to automatically handle and convert arbitrarily complex vector data that represent complex coastal boundaries into practical mesh boundaries used in the mesh generation process.
-A variety of commonly used mesh size functions that can easily be controlled via name-value pairs to a class constructor.
-A data storage class that contains many necessary post-processing and visualization methods to ensure the mesh is ready for simulation.
-A modified version of the DistMesh mesh generator that can support the types of data used to mesh large geophysical datasets in MATLAB with no paid toolbox dependencies.