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 <gridname>.lnd and <gridname>.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: >> 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> |
---|