parameters |
関数TF_set_parameters
によってメンバの値の設定を済ませた構造体。 A structure whose members were set by function TF_set_parameters. |
source | ファイルから読み込んだ地震波動ソースの設定(1つのソース要素に関するもの)。
関数tws_set_source
の戻り値を与える。 The configuration of a seismic wave source read from a file; use the return value of function tws_set_source. |
type | 関数TF_set_type,
TF_set_material_type
によって値を設定した
2次元配列type。 A 2-D array type whose values have been set by functions TF_set_type and TF_set_material_type. |
source_grid_flag | 各格子セルがノンゼロのソース強度を持つか否かを示すフラグの代入先。
宣言しただけの_Bool ∗型変数に&を付けて与える。
関数内で格子セルの通し番号(1)
を引数とする1次元配列が用意され、
各要素にフラグが設定される。 A memory for a flag indicating whether each grid cell has non-zero source intensity. Give an empty _Bool ∗-type variable with &. Within the function, a 1-D array is allocated and the flags are set to the array components. The argument of the array is a consecutive index of grid cells (1). |
source_intensity | 各格子セルに与えるソース強度の代入先。
宣言しただけのdouble ∗型変数に&を付けて与える。
関数内で格子セルの通し番号(1)
を引数とする1次元配列が用意され、
各要素にソース強度が設定される。 A memory for the source intensity to be assigned to each cell. Give an empty double ∗-type variable with &. Within the function, a 1-D array is allocated and the intensities are set to the array components. The argument of the array is a consecutive index of grid cells (1). |