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

root/gliderproc/trunk/MATLAB/opnml/html/2.FDCONT/lndmake.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 ./FDCONT]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>lndmake</H1>
6 <H2>(./FDCONT/lndmake.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>lndmake(fem_grid_struct,belfilename)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11 LNDMAKE create land masking information for FD CONTOURING
12    LNDMAKE creates a polygon list from existing .bel  and the node
13    lists from a fem_grid_struct. This polygon list can be used with
14    the FD-based contouring and vector plotting functions (FDCONT)
15    to mask out the land.
16
17    The .bel file must have been generated by the OPNML boundary
18    code generator GENBEL, since this code orders the boundary
19    elements in order, with islands connected and last in the file.
20    Other codes (CONVCODES, fortran, Dartmouth) also output .bel
21    information in the needed order.  Work is ongoing to remove
22    this requirement.  If a .bel file needs ordering, load the
23    .bel file into GENBEL and directly  output it to a different
24    filename.
25
26    LNDMAKE outputs new files for the land nodes and segments.
27    The new files are &lt;gridname&gt;.lnd and &lt;gridname&gt;.lbe, and are
28    output to the current working directory.  Thus, LNDMAKE need
29    only be run once per domain.
30
31    Input: fem_grid_struct - FEM domain structure
32            belfilename - FEM domain .bel file
33
34    Output: NONE (See above)
35
36    Call as: &gt;&gt; lndmake(fem_grid_struct,belfilename)
37
38    Written by: Chris E. Naimie
39    Modified by: Brian O. Blanton to more general usage. (Jan 99)
40 </pre>
41 <HR>
42 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
43 <BR>
44 Cross-Directory links are: OFF<BR>
45 </BODY>
Note: See TracBrowser for help on using the browser.