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>gridinfo</H1> |
---|
6 |
<H2>(./FEM/gridinfo.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>gridinfo(fem_grid_struct)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
GRIDINFO - display info about <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A> |
---|
12 |
|
---|
13 |
GRIDINFO(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>) displays information |
---|
14 |
about the grid structure pointed to by the |
---|
15 |
input argument <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>. GRIDINFO lists |
---|
16 |
each field and the size of its contents. This function |
---|
17 |
amounts to typing WHOS on a valid structure. |
---|
18 |
|
---|
19 |
GRIDINFO, with no input argument, checks to see |
---|
20 |
if the global DOMAIN has been set. If so, it |
---|
21 |
describes the <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A> pointed to by DOMAIN. |
---|
22 |
|
---|
23 |
CALL - GRIDINFO(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>) |
---|
24 |
GRIDINFO |
---|
25 |
|
---|
26 |
SEE ALSO - <A HREF = "../3.FEM/fem_grid_struct.html">FEM_GRID_STRUCT</A> |
---|
27 |
|
---|
28 |
|
---|
29 |
Written by : Brian O. Blanton |
---|
30 |
Summer 1997 |
---|
31 |
|
---|
32 |
</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> |
---|