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>plotbnd</H1> |
---|
6 |
<H2>(./FEM/plotbnd.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>retval=plotbnd(fem_grid_struct)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
PLOTBND - plot boundary of FEM mesh |
---|
12 |
PLOTBND(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>) draws the boundary of |
---|
13 |
an input FEM domain. |
---|
14 |
|
---|
15 |
PLOTBND can also be used to draw the boundary of a transect. |
---|
16 |
The boundary list can be generated by passing <A HREF = "../3.FEM/detbndy.html">DETBNDY</A> |
---|
17 |
the transect node coordinates and the element list for |
---|
18 |
the transect. Then, pass PLOTBND the same node coordinates |
---|
19 |
and the boundary list returned from <A HREF = "../3.FEM/detbndy.html">DETBNDY</A>. |
---|
20 |
|
---|
21 |
INPUT : <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A> (from <A HREF = "../3.FEM/loadgrid.html">LOADGRID</A>, see <A HREF = "../3.FEM/fem_grid_struct.html">FEM_GRID_STRUCT</A>) |
---|
22 |
|
---|
23 |
OUTPUT : hboun - handle to boundary object drawn |
---|
24 |
|
---|
25 |
CALL : hboun=plotbnd(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>) |
---|
26 |
|
---|
27 |
Written by : Brian O. Blanton |
---|
28 |
Summer 1997 |
---|
29 |
|
---|
30 |
</pre> |
---|
31 |
<HR><H3>Cross-Reference Information</H3>This function calls |
---|
32 |
<pre><UL> |
---|
33 |
<LI><A HREF = "../3.FEM/is_valid_struct.html">is_valid_struct</A>./FEM/is_valid_struct.m</LI> |
---|
34 |
</UL></pre> |
---|
35 |
<HR> |
---|
36 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
37 |
<BR> |
---|
38 |
Cross-Directory links are: OFF<BR> |
---|
39 |
</BODY> |
---|