dwww Home | Show directory contents | Find package

#!F-adobe-helvetica-medium-r-normal--18*
#!N 
#!CSeaGreen #!N  #!Rintrkwd interleaving 
#!N #!EC #!T,90 #!N TAB  #!F-adobe-times-bold-r-normal--18*   field #!EF #!N TAB  #!F-adobe-times-bold-r-normal--18*   
record #!EF #!N  #!F-adobe-times-bold-r-normal--18*   [ interleaving #!EF = #!N TAB  #!F-adobe-times-bold-r-normal--18*   
vector #!EF #!N TAB  #!F-adobe-times-bold-r-normal--18*   record-vector #!EF ] #!N #!T,0 #!N 
#!I0 #!N #!N #!I0 #!N  #!F-adobe-times-bold-r-normal--18*   Function: #!EF #!I50 #!N Specifies 
to the Importer how the data in a data file are 
interleaved. #!N #!I0 #!N  #!F-adobe-times-bold-r-normal--18*   Use: #!EF #!I50 #!N Optional. By 
default, the Importer assumes that the interleaving is record-vector. #!I0 #!N 
#!N Note: The examples presented here are based on a 1-dimensional 
grid with 10 elements and two series members: #!CForestGreen #!N #!N 
 #!F-adobe-courier-bold-r-normal--18*   #!N . . . #!N grid = 10 #!N series 
= 2 #!N field = t, v #!N structure = scalar, 
3-vector #!N . . . #!EF #!N #!N #!EC where  #!F-adobe-times-bold-r-normal--18*   
t #!EF is a scalar value and  #!F-adobe-times-bold-r-normal--18*   v #!EF is 
a vector with three components (  #!F-adobe-times-medium-i-normal--18*   vx, vy, #!EF and 
 #!F-adobe-times-medium-i-normal--18*   vz #!EF ). In the examples themselves,  #!F-adobe-times-bold-r-normal--18*   s #!EF 
represents a series member (0 or 1), and  #!F-adobe-times-bold-r-normal--18*   g #!EF 
represents a grid element number (0 through 9). The  #!F-adobe-times-bold-r-normal--18*   interleaving 
#!EF options are as follows: #!N #!I0 #!N #!N #!I0 #!N 
 #!F-adobe-times-bold-r-normal--18*    #!F-adobe-times-bold-r-normal--18*   field #!EF #!EF #!I50 #!N Specifies column-oriented data such 
as that generated by a spreadsheet or by data-listing software. There 
is a separate "column" for each of the two fields with 
one element of each field per "row." (For non-scalar data, as 
here, there is a column for each vector component.) The number 
of rows corresponds to the size of the grid multiplied by 
the number of series members. #!CForestGreen #!N #!N  #!F-adobe-courier-bold-r-normal--18*    #!F-adobe-times-bold-r-normal--18*   #!N 
|- Field t -|--------------- Field v --------------- #!EF #!N #!N t(s=0,g=0), 
vx(s=0,g=0), vy(s=0,g=0), vz(s=0,g=0), #!N t(s=0,g=1), vx(s=0,g=1), vy(s=0,g=1), vz(s=0,g=1), #!N . . 
. #!N t(s=0,g=9), vx(s=0,g=9), vy(s=0,g=9), vz(s=0,g=9), #!N t(s=1,g=0), vx(s=1,g=0), vy(s=1,g=0), vz(s=1,g=0), 
#!N t(s=1,g=1), vx(s=1,g=1), vy(s=1,g=1), vz(s=1,g=1), #!N . . . #!N t(s=1,g=9), 
vx(s=1,g=9), vy(s=1,g=9), vz(s=1,g=9) #!EF #!N #!N #!EC #!N #!I0 #!N  #!F-adobe-times-bold-r-normal--18*   
 #!F-adobe-times-bold-r-normal--18*   record #!EF #!EF #!I50 #!N Specifies block or record-oriented data, 
where the values of all the elements of all the fields 
corresponding to one member (e.g., a time step) are listed before 
the elements and fields of the next member. For non-scalar fields, 
all the values of each vector component (e.g., all values of 
x) are listed in a separate record rather than in tuples 
(as they are in  #!F-adobe-times-bold-r-normal--18*   record-vector #!EF data; see below). #!N 
Note: For scalar fields,  #!F-adobe-times-bold-r-normal--18*   record #!EF and  #!F-adobe-times-bold-r-normal--18*   record-vector #!EF 
are the same. #!N #!CForestGreen #!N #!N  #!F-adobe-courier-bold-r-normal--18*   #!N t(s=0,g=0), t(s=0,g=1), 
..., t(s=0,g=9), ] Field t ¿ #!N vx(s=0,g=0), vx(s=0,g=1), ..., vx(s=0,g=9), 
¿ | Member #!N vy(s=0,g=0), vy(s=0,g=1), ..., vy(s=0,g=9), | Field v 
| s [0] #!N vz(s=0,g=0), vz(s=0,g=1), ..., vz(s=0,g=9), Ù Ù #!N 
t(s=1,g=0), t(s=1,g=1), ..., t(s=1,g=9), ] Field t ¿ #!N vx(s=1,g=0), vx(s=1,g=1), 
..., vx(s=1,g=9), ¿ | Member #!N vy(s=1,g=0), vy(s=1,g=1), ..., vy(s=1,g=9), | 
Field v | s [1.] #!N vz(s=1,g=0), vz(s=1,g=1), ..., vz(s=1,g=9) Ù 
Ù #!EF #!N #!N #!EC #!I0 #!N #!N #!N #!N The 
remaining two options (  #!F-adobe-times-bold-r-normal--18*   record- #!EF and  #!F-adobe-times-bold-r-normal--18*   series-vector #!EF 
) apply to cases in which vector components are stored together: 
#!N #!I0 #!N #!N #!I0 #!N  #!F-adobe-times-bold-r-normal--18*    #!F-adobe-times-bold-r-normal--18*   record-vector #!EF #!EF 
#!I50 #!N Here the values of all the elements of all 
the components of all the fields corresponding to each member (e.g., 
a time step) are listed before those corresponding to the next 
member (e.g., all the data for  #!F-adobe-times-bold-r-normal--18*   s #!EF [0] are 
listed first, followed by all the data for  #!F-adobe-times-bold-r-normal--18*   s #!EF 
[1]). #!N #!N In addition, the components of each vector are 
stored as tuples (in contrast to the way they are stored 
in  #!F-adobe-times-bold-r-normal--18*   record #!EF data). #!CForestGreen #!N #!N  #!F-adobe-courier-bold-r-normal--18*   #!N t(s=0,g=0), 
t(s=0,g=1), ..., t(s=0,g=9), ] Field t ¿ #!N vx(s=0,g=0), vy(s=0,g=0), vz(s=0,g=0), 
¿ #!N vx(s=0,g=1), vy(s=0,g=1), vz(s=0,g=1), | Field | Member s [0] 
#!N ... | v #!N vx(s=0,g=9), vy(s=0,g=9), vz(s=0,g=9), Ù Ù #!N 
t(s=1,g=0), t(s=1,g=1), ..., t(s=1,g=9), ] Field t ¿ #!N vx(s=1,g=0), vy(s=1,g=0), 
vz(s=1,g=0), ¿ #!N vx(s=1,g=1), vy(s=1,g=1), vz(s=1,g=1), | Field | Member s 
[1] #!N ... | v #!N vx(s=1,g=9), vy(s=1,g=9), vz(s=1,g=9) Ù Ù 
#!EF #!N #!N #!EC #!N #!I0 #!N  #!F-adobe-times-bold-r-normal--18*    #!F-adobe-times-bold-r-normal--18*   series-vector #!EF 
#!EF #!I50 #!N Here the values of all the elements of 
all the members (e.g., time steps) are listed for one field 
before those of the next field (e.g., all the data for 
field  #!F-adobe-times-bold-r-normal--18*   t #!EF are listed first, followed by all the 
data for field  #!F-adobe-times-bold-r-normal--18*   v #!EF ). #!N #!N In addition, 
the components of a vector are stored as tuples rather than 
in separate records (as they are stored in  #!F-adobe-times-bold-r-normal--18*   record #!EF 
data; see above). #!CForestGreen #!N #!N  #!F-adobe-courier-bold-r-normal--18*   #!N t(s=0,g=0), t(s=0,g=1), ..., 
t(s=0,g=9), ¿ Field ] Member s [0] #!N t(s=1,g=0), t(s=1,g=1), ..., 
t(s=1,g=9), Ù t ] Member s [1] #!N vx(s=0,g=0), vy(s=0,g=0), vz(s=0,g=0), 
¿ ¿ #!N vx(s=0,g=1), vy(s=0,g=1), vz(s=0,g=1), | | Member #!N ... 
| | s [0] #!N vx(s=0,g=9), vy(s=0,g=9), vz(s=0,g=9), | Field Ù 
#!N vx(s=1,g=0), vy(s=1,g=0), vz(s=1,g=0), | v ¿ #!N vx(s=1,g=1), vy(s=1,g=1), vz(s=1,g=1), 
| | Member #!N ... | | s [1] #!N vx(s=1,g=9), 
vy(s=1,g=9), vz(s=1,g=9) Ù Ù #!EF #!N #!N #!EC #!I0 #!N #!N 
#!N #!N #!N  #!F-adobe-times-medium-i-normal--18*   Next Topic #!EF #!N #!N  #!Llaytkwd,dxall149 h layout  #!EL  #!N 
 #!F-adobe-times-medium-i-normal--18*   #!N 

Generated by dwww version 1.15 on Sat Jun 22 13:01:52 CEST 2024.