A SIMPLE MESH GENERATOR IN MATLAB

时间:2017-08-04 16:32:49
【文件属性】:
文件名称:A SIMPLE MESH GENERATOR IN MATLAB
文件大小:684KB
文件格式:PDF
更新时间:2017-08-04 16:32:49
MESH GENERATOR MATLAB Abstract. Creating a mesh is the first step in a wide range of applications, including scientific computing and computer graphics. An unstructured simplex mesh requires a choice of meshpoints (vertex nodes) and a triangulation. We want to offer a short and simple MATLAB code, described in more detail than usual, so the reader can experiment (and add to the code) knowing the underlying principles. We find the node locations by solving for equilibrium in a truss structure (using piecewise linear force-displacement relations) and we reset the topology by the Delaunay algorithm. The geometry is described implicitly by its distance function. In addition to being much shorter and simpler than other meshing techniques, our algorithm typically produces meshes of very high quality. We discuss ways to improve the robustness and the performance, but our aim here is simplicity. Readers can download (and edit) the codes from http://math.mit.edu/~persson/mesh. Key words. mesh generation, distance functions, Delaunay triangulation

网友评论