dengwirda / mesh2d

MESH2D is a MATLAB-based Delaunay mesh generator for two-dimensional geometries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download of mesh2d

ypzpy opened this issue · comments

Hi, I'm trying to download mesh2d from the github repository. But when I ran some sample code in matlab, it's still saying that the function is not found. Could you suggest the correct way of downloading the function? Thank you!

I'm not sure @ypzpy, the typical process is to download the code, unzip it, add it to your matlab path and ensure you call initmsh() before any mesh2d routines.
The readme contains additional information, as well as the examples in tridemo.

I'm hoping the suggestions above resolved any issues so am closing this. Let me know if you continue to run into problems.