1 |
<TITLE>/</TITLE> |
---|
2 |
<BODY> |
---|
3 |
<A HREF = "index.html">[Index for ./IO_Functions]</A> |
---|
4 |
<A HREF = "../index.html">[Return to Master Index]</A> |
---|
5 |
<H1>writegrid</H1> |
---|
6 |
<H2>(./IO_Functions/writegrid.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>err=writegrid(fem_grid_struct,fnamebase);</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
WRITEGRID write a fem_grid_struct to separate gridfiles (.ele, .nod,...) |
---|
12 |
WRITEGRID writes the standard gridfiles .ele, .bat, .and nod to |
---|
13 |
disk. It also writes the neighbor list to a file with extension |
---|
14 |
'.icm' if the .icm field of fem_grid_struct is filled. |
---|
15 |
|
---|
16 |
WRITEGRID(FEM_GRID_STRUCT) prompts the user for a gridname, and |
---|
17 |
writes the files <gridname>.ele, <gridname>.bat, and <gridname>.nod |
---|
18 |
(and possibly <gridname>.icm). |
---|
19 |
|
---|
20 |
WRITEGRID(FEM_GRID_STRUCT,FNAMEBASE) writes the files |
---|
21 |
<fnamebase>.ele, <fnamebase>.bat, and <fnamebase>.nod |
---|
22 |
(and possibly <gridname>.icm). |
---|
23 |
|
---|
24 |
WRITEGRID returns a 0 if successful and a -1 if not. |
---|
25 |
|
---|
26 |
</pre> |
---|
27 |
<HR><H3>Cross-Reference Information</H3>This function calls |
---|
28 |
<pre><UL> |
---|
29 |
<LI><A HREF = "../4.IO_Functions/write_bat.html">write_bat</A> ./IO_Functions/write_bat.m</LI> |
---|
30 |
<LI><A HREF = "../4.IO_Functions/write_ele.html">write_ele</A> ./IO_Functions/write_ele.m</LI> |
---|
31 |
<LI><A HREF = "../4.IO_Functions/write_nod.html">write_nod</A> ./IO_Functions/write_nod.m</LI> |
---|
32 |
</UL></pre> |
---|
33 |
<HR> |
---|
34 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
35 |
<BR> |
---|
36 |
Cross-Directory links are: OFF<BR> |
---|
37 |
</BODY> |
---|