資源簡介
建立圖形的三角分割,能夠自動生成三角網格。具有多種增強功能,比如加密網格
代碼片段和文件信息
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
評論
共有 條評論