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>showelem</H1> |
---|
6 |
<H2>(./FEM/showelem.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>showelem(fem_grid_struct,ie)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
SHOWELEM highlight and display statistics on selected element |
---|
12 |
|
---|
13 |
SHOWELEM highlights a user-specified element, either |
---|
14 |
by mouse-click or by giving SHOWELEM an element number. |
---|
15 |
The mesh must have been previously drawn by the OPNML/MATLAB |
---|
16 |
routine <A HREF = "../3.FEM/drawelems.html">DRAWELEMS</A> for SHOWELEM to work. |
---|
17 |
|
---|
18 |
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>) |
---|
19 |
ie - element to highlight (OPT) |
---|
20 |
If ie is not provided, SHOWELEM prompts the user to |
---|
21 |
click on the FEM element drawing to specify an element. |
---|
22 |
|
---|
23 |
OUTPUTS : NONE (display to figure) |
---|
24 |
|
---|
25 |
CALL : >> showelem(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>,ie) |
---|
26 |
or |
---|
27 |
>> showelem(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>) |
---|
28 |
|
---|
29 |
Written by : Brian O. Blanton |
---|
30 |
Fall 1997 |
---|
31 |
|
---|
32 |
</pre> |
---|
33 |
<HR><H3>Cross-Reference Information</H3>This function calls |
---|
34 |
<pre><UL> |
---|
35 |
<LI><A HREF = "../3.FEM/findelem.html">findelem</A> ./FEM/findelem.m</LI> |
---|
36 |
<LI><A HREF = "../3.FEM/is_valid_struct.html">is_valid_struct</A>./FEM/is_valid_struct.m</LI> |
---|
37 |
</UL></pre> |
---|
38 |
<HR> |
---|
39 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
40 |
<BR> |
---|
41 |
Cross-Directory links are: OFF<BR> |
---|
42 |
</BODY> |
---|