Revision 495
(checked in by cbc, 12 years ago)
|
Initial import of Stark code.
|
Line | |
---|
1 |
%S2R Dartmouth FEM File Standard Filetype (Description). |
---|
2 |
% |
---|
3 |
% Output format for a 2-D, real-valued (steady-state) scalar field. |
---|
4 |
% |
---|
5 |
% This filetype is read by the OPNML MATLAB function |
---|
6 |
% READ_S2R. Type "help read_s2r" for more information. |
---|
7 |
% |
---|
8 |
% The .s2r file contains 2 header lines: |
---|
9 |
% 1) The geometric meshname |
---|
10 |
% 2) User-defined file description line |
---|
11 |
% |
---|
12 |
% Then, there are NN lines of the form: |
---|
13 |
% I S(I) |
---|
14 |
% |
---|
15 |
% where: S(I) - scalar value at node I |
---|
16 |
% I=1,NN - the outer loop over 2-D horizontal nodes |
---|
17 |
% NN - the number of horizontal nodes in the mesh |
---|
18 |
% |
---|
19 |
% See the document "DATA FILE STANDARDS FOR THE GULF OF MAINE PROJECT" |
---|
20 |
% for more details. |
---|
21 |
|
---|