data | 共通の格子点配置を持つ3次元データを並べた配列。
一定時間刻みのスナップショットを時刻順に並べた配列を想定している。 An array composed of 3-D data that have the same grid node distribution. An array of snapshots defined at a constant time stepping, sorted in the order of time, is assumed. |
size | dataの配列要素数。スナップショットの時刻の個数を表す。 The number of array components of data, which represent the number of time steps of the snapshots. |
t0 | 最初のスナップショットの時刻。 Time of the first snapshot. |
dt | スナップショットの時間刻み。 The time interval of the snapshots. |
i | 時系列データを取り出したい格子点番号(\(x\)成分)。
先頭を0とする。 The \(x\)-component of the grid node index where the time series data is to be extracted. This number starts with zero. |
j | 時系列データを取り出したい格子点番号(\(y\)成分)。
先頭を0とする。 The \(y\)-component of the grid node index where the time series data is to be extracted. This number starts with zero. |
k | 時系列データを取り出したい格子点番号(\(z\)成分)。
先頭を0とする。 The \(z\)-component of the grid node index where the time series data is to be extracted. This number starts with zero. |
戻り値のメンバ Member of the return value |
値 Value |
size | 引数sizeの値。 The value of argument size. |
t0 | 引数t0の値。 The value of argument t0. |
dt | 引数dtの値。 The value of argument dt. |
各\(n\)に対するvalue[n] value[n] for each \(n\) |
引数data[n].value[_3dindex(data[n],i,j,k)]の値。 The value of argument data[n].value[_3dindex(data[n],i,j,k)] |
checked | 関数get_sequence_memoryで設定される値。 The value set by function get_sequence_memory. |