NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/html/3.FEM/reduce.html

Revision 495 (checked in by cbc, 11 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>reduce</H1>
6 <H2>(./FEM/reduce.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>[re,rx,ry,rz,rbnd,perm]=reduce(e,x,y,z,b)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11  REDUCE compute a bandwidth-reduced FEM domain connectivity list
12
13         REDUCE reduces the bandwidth of a FEM element list
14         using the symmetric reverse Cuthill-McKee bandwidth reduction
15         algorithm.  It employs the MATLAB routine SYMRCM to perform
16         the reordering and then permutes the remaining input arguments
17         according to the new node numbering.
18
19   INPUT: e        -  element list; 3 (.tri) or 4 (.ele) columns wide (REQ)
20          x,y,z    -  nodal coordinate lists (OPT)
21
22  OUTPUT: re       -  reordered element list (REQ)
23          rx,ry,rz -  reordered nodal coordinates (OPT)
24          rb       -  reordered boundary segment list (OPT)
25          perm     -  permutation list (REQ)
26
27    CALL: REDUCE requires one of the following calling formats:
28          1) [re,perm]=reduce(e);
29          2) [re,rx,ry,rz,rbnd,perm]=reduce(e,x,y,z);
30
31  Written by : Brian O. Blanton
32               October 1995
33
34 </pre>
35 <HR><H3>Cross-Reference Information</H3>This function calls
36 <pre><UL>
37 <LI><A HREF = "../3.FEM/bwidth.html">bwidth</A>         ./FEM/bwidth.m</LI>
38 </UL></pre>
39 <HR>
40 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
41 <BR>
42 Cross-Directory links are: OFF<BR>
43 </BODY>
Note: See TracBrowser for help on using the browser.