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

root/gliderproc/trunk/MATLAB/opnml/html/3.FEM/fem_data_struct.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>fem_data_struct</H1>
6 <H2>(./FEM/fem_data_struct.m)</H2>
7 <HR><H3>Help text</H3>
8 <pre>
9 FEM_DATA_STRUCT - FEM data description structure
10  FEM_DATA_STRUCT is a structure containing the
11  components that make up a finite element data file.
12  This data structure is returned/accepted by all
13  OPNML/MATLAB I/O routines that the standard
14  filetypes (.src, .s2r, ...). 
15
16  The struct array FEM_DATA_STRUCT contains the following fields:
17    INFO LINES
18        .fname - filename prefix of FEM data file     [char array]
19        .fext  - filename suffix of FEM data file     [char array]
20        .fpath - directory file is read from          [char array]
21        .gname - gridname for FEM data file           [char array]
22        .h1    - file header line records             [char array]
23        .h2    - file header line records             [char array]
24        .h3    - file header line records             [char array]
25    DATA BLOCK
26        .ndim  - number of dimensions of data         [double array]
27        .type1 - scalar|vector flag                   [char array]
28        .type2 - real/complex flag                    [char array]
29        .type3 - real-imag(ri) | amp-phase(ap)        [char array]
30        .freq  - frequency for complex data           [double array]
31        .n     - number of 2-D points                 [double array]
32        .nnv   - number of 3-D levels                 [double array]
33        .data1 - dim 1 data (n*nnv  X {1|2})          [double array]
34        .data2 - dim 2 data (n*nnv  X {1|2})          [double array]
35        .data3 - dim 3 data (n*nnv  X {1|2})          [double array]
36  
37  (FEM_DATA_STRUCT is NOT a function; this is just the description
38   file for the structure.)
39 </pre>
40 <HR>
41 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
42 <BR>
43 Cross-Directory links are: OFF<BR>
44 </BODY>
Note: See TracBrowser for help on using the browser.