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

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

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>detbndy</H1>
6 <H2>(./FEM/detbndy.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>bnd=detbndy(in)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11  DETBNDY compute a boundary segment list for a FEM domain
12
13  DETBNDY bnd=detbndy(e);
14          This function computes a boundary for the FEM domain
15          described a file containing element connectivity list (e).
16          It uses sparse matrix techniques to determine the element
17          edges on the boundary of the FEM domain.
18
19  Input:  ele -  element list; 3 (.tri) or 4 (.ele) columns wide
20  Output: bnd -  a 2-column list of boundary-node numbers, returned
21                 to the local workspace
22
23          The output boundary list are pairs of node numbers, not
24          coordinates, describing the edges of elements on the
25          exterior of the domain, including islands.  The segments
26          are not connected.
27
28          Call as: bnd=detbndy(e);
29
30  Written by : Brian O. Blanton at The University of North Carolina
31               at Chapel Hill, Mar 1995.
32
33 </pre>
34 <HR><H3>Cross-Reference Information</H3>This function is called by
35 <pre><UL>
36 <LI><A HREF = "../3.FEM/loadgrid.html">loadgrid</A>       ./FEM/loadgrid.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>
Note: See TracBrowser for help on using the browser.