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 ./mat4]</A> |
---|
4 |
<A HREF = "../index.html">[Return to Master Index]</A> |
---|
5 |
<H1>plotbnd4</H1> |
---|
6 |
<H2>(./mat4/plotbnd4.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>retval=plotbnd4(x,y,bnd)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
PLOTBND4 plot boundary of FEM mesh |
---|
12 |
PLOTBND4 is be used to draw the boundary of an existing |
---|
13 |
FEM domain. |
---|
14 |
|
---|
15 |
PLOTBND4 can also be used to draw the boundary of a transect. |
---|
16 |
The boundary list can be generated by passing DETBNDY |
---|
17 |
the transect node coordinates and the element list for |
---|
18 |
the transect. Then, pass PLOTBND4 the same node coordinates |
---|
19 |
and the boundary list returned from DETBNDY. |
---|
20 |
|
---|
21 |
Input : x - x-coordinate list |
---|
22 |
y - y-coordinate list |
---|
23 |
bnd - boundary node pairs as output from DETBNDY |
---|
24 |
|
---|
25 |
Output : hboun - handle to boundary object drawn |
---|
26 |
|
---|
27 |
Call as: hboun=plotbnd4(x,y,bnd) |
---|
28 |
|
---|
29 |
Written by : Brian O. Blanton |
---|
30 |
|
---|
31 |
</pre> |
---|
32 |
<HR> |
---|
33 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
34 |
<BR> |
---|
35 |
Cross-Directory links are: OFF<BR> |
---|
36 |
</BODY> |
---|