1 |
% OPNML/MATLAB5 IO-related routines |
---|
2 |
% Version 3.0 |
---|
3 |
% 24 July, 1998 |
---|
4 |
% |
---|
5 |
% These are I/O functions for the various Dartmouth File Standards |
---|
6 |
% datafile definitions, and some others. |
---|
7 |
% |
---|
8 |
%READ_BEL read a FEM domain .bel file |
---|
9 |
%READ_FEM_DATA read a FEM output file of standard filetype. |
---|
10 |
%READ_ICQ4 read a QUODDY4 .icq4 file |
---|
11 |
%READ_NEI read a FEM neighbor file of .nei filetype. |
---|
12 |
%READ_PTH read drogue .pth file output from DROG3D or DROG3DDT. |
---|
13 |
%READ_S2C read a FEM output file of .s2c filetype. |
---|
14 |
%READ_S2R read a FEM output file of s2r filetype. |
---|
15 |
%READ_S3C read a FEM output file of s3c filetype. |
---|
16 |
%READ_S3R read a FEM output file of .s3r filetype. |
---|
17 |
%READ_TRN read a .trn file as output from the OPNML transect code |
---|
18 |
%READ_UCD read an .inp file, an AVS-Unstructured Cell Data file |
---|
19 |
%READ_V2C read a FEM output file of .v2c filetype. |
---|
20 |
%READ_V2R read a FEM output file of .v2r filetype. |
---|
21 |
%READ_V3C read a FEM output file of .v3c filetype. |
---|
22 |
%READ_V3R read a FEM output file of .v3r filetype. |
---|
23 |
%READ_VEL read a FEM output file of .vel filetype. |
---|
24 |
%S2C Dartmouth FEM File Standard Filetype (Description). |
---|
25 |
%S2R Dartmouth FEM File Standard Filetype (Description). |
---|
26 |
%S3C Dartmouth FEM File Standard Filetype (Description). |
---|
27 |
%S3R Dartmouth FEM File Standard Filetype (Description). |
---|
28 |
%V2C Dartmouth FEM File Standard Filetype (Description). |
---|
29 |
%V2R Dartmouth FEM File Standard Filetype (Description). |
---|
30 |
%V3C Dartmouth FEM File Standard Filetype (Description). |
---|
31 |
%V3R Dartmouth FEM File Standard Filetype (Description). |
---|
32 |
%WRITE_BAT write a bathymetry list to disk in .bat format. |
---|
33 |
%WRITE_ELE write an element list to disk in .ele format. |
---|
34 |
%WRITE_NEI write a FEM neighbor file in .nei format. |
---|
35 |
%WRITE_NOD write a node list to disk in .nod format. |
---|
36 |
%RWRITE_VEL write a FEM output file of .vel filetype. |
---|
37 |
%WRITEGRID write a fem_grid_struct to separate gridfiles (.ele, .nod,...) |
---|