Revision 495
(checked in by cbc, 12 years ago)
|
Initial import of Stark code.
|
Line | |
---|
1 |
<TITLE>/</TITLE> |
---|
2 |
<BODY> |
---|
3 |
<A HREF = "index.html">[Index for ./FEM]</A> |
---|
4 |
<A HREF = "../index.html">[Return to Master Index]</A> |
---|
5 |
<H1>ele2nei</H1> |
---|
6 |
<H2>(./FEM/ele2nei.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>nei=ele2nei(e,x,y)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
ELE2NEI - build a FEM neighbor list from element and node lists |
---|
12 |
ELE2NEI computes the neighbor list for a FEM mesh specified |
---|
13 |
by the triangular element lists. Each node's neighbor list |
---|
14 |
is then sorted into counter-clockwise order. |
---|
15 |
|
---|
16 |
The resulting neighbor list can be passed to WRITE_NEI |
---|
17 |
to output a FEM neighbor file (.nei) to disk. |
---|
18 |
|
---|
19 |
INPUTS: e - 3-column element connectivity list (REQ) |
---|
20 |
x - x-coordinate list (REQ) |
---|
21 |
y - y-coordinate list (REQ) |
---|
22 |
OUTPUTS: nei - neighbor list (REQ) |
---|
23 |
|
---|
24 |
CALL: nei=ele2nei(e,x,y); |
---|
25 |
|
---|
26 |
Written by : Brian O. Blanton |
---|
27 |
March 1996 |
---|
28 |
|
---|
29 |
</pre> |
---|
30 |
<HR> |
---|
31 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
32 |
<BR> |
---|
33 |
Cross-Directory links are: OFF<BR> |
---|
34 |
</BODY> |
---|