资源简介

建立图形的三角分割,能够自动生成三角网格。具有多种增强功能,比如加密网格

资源截图

代码片段和文件信息

function [pet]=initmesh(gp1v1p2v2p3v3p4v4p5v5p6v6p7v7p8v8)
%INITMESH Build an initial PDE triangular mesh.
%
%       [PET]=INITMESH(G) returns a triangular mesh using the
%       geometry specification function G. It uses a Delaunay triangulation
%       algorithm. The mesh size is determined from the shape of the geometry.
%
%       G describes the geometry of the PDE problem. See PDEGEOM for details.
%
%       The outputs P E and T are the mesh data.
%
%       In the point matrix P the first and second rows contain
%       x- and y-coordinates of the points in the mesh.
%
%       In the edge matrix E the first and second rows contain indices
%       of the starting and ending point the third and fourth rows contain
%       the starting and ending 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       9963  2003-10-31 23:27  initmesh.m

----------- ---------  ---------- -----  ----

                 9963                    1


评论

共有 条评论