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

root/gliderproc/trunk/MATLAB/opnml/html/3.FEM/breakstruct.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>breakstruct</H1>
6 <H2>(./FEM/breakstruct.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>[e,x,y,z,b]=breakstruct(fem_grid_struct)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11  BREAKSTRUCT - split <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A> into separate components
12  
13                BREAKSTRUCT returns the basic FEM domain arrays
14                to the calling workspace by breaking down the
15                input <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>.
16              
17                All arguments are required.
18  
19   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>)
20
21  OUTPUT : e  - node connectivity list (triangular)
22           x  - x-horizontal node coordinates     
23           y  - y-horizontal node coordinates     
24           z  - bathymetry list                   
25           b  - boundary segment list           
26
27    CALL : &gt;&gt; [e,x,y,z,b]=breakstruct(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>);
28
29 </pre>
30 <HR><H3>Cross-Reference Information</H3>This function calls
31 <pre><UL>
32 <LI><A HREF = "../3.FEM/is_valid_struct.html">is_valid_struct</A>./FEM/is_valid_struct.m</LI>
33 </UL></pre>
34 <HR>
35 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
36 <BR>
37 Cross-Directory links are: OFF<BR>
38 </BODY>
Note: See TracBrowser for help on using the browser.