| 型 Type |
メンバ名 Name of member |
メンバの意味 Meaning of member |
| double | tmax | パラメータtmaxの値(\(t_{max}\))。 The value of parameter tmax (\(t_{max}\)). |
| double | dt | パラメータdtの値(\(\Delta t\))。 The value of parameter dt (\(\Delta t\)). |
| int | itmax | \(t_{max}/\Delta t\)の値。 The value of \(t_{max}/\Delta t\). |
| double | Vp | パラメータVpの値。 The value of parameter Vp. |
| double | Vs | パラメータVsの値。 The value of parameter Vs. |
| double | rho | パラメータrhoの値。 The value of parameter rho. |
| char | source_file[strsize] | パラメータsource_fileの値。 The value of parameter source_file. |
| int | Nsource | 地震波動ソースの個数。 The number of seismic wave sources. |
| char | term[strsize] | パラメータtermの値。 The value of parameter term. |
| char | station_name[strsize] | パラメータstation_nameの値。 The value of parameter station_name. |
| double | station_location[3] | パラメータstation_locationの値。 The value of parameter station_location. |
| char | outputfile[strsize] | パラメータoutputfileの値。 The value of parameter outputfile. |
| int | random_seed | パラメータrandom_seedの値。 The value of parameter random_seed. |
| char | computation_method[strsize] | パラメータcomputation_methodの値。 The value of parameter computation_method. |
| int | verbose | パラメータverboseの値。 The value of parameter verbose. |
| 型 Type |
メンバ名 Name of member |
メンバの意味 Meaning of member |
| unsigned int | tmax_specified : 1 | パラメータtmaxが指定されたか否かを示すフラグ。 A flag indicating whether the parameter tmax was specified. |
| unsigned int | dt_specified : 1 | パラメータdtが指定されたか否かを示すフラグ。 A flag indicating whether the parameter dt was specified. |
| unsigned int | Vp_specified : 1 | パラメータVpが指定されたか否かを示すフラグ。 A flag indicating whether the parameter Vp was specified. |
| unsigned int | Vs_specified : 1 | パラメータVsが指定されたか否かを示すフラグ。 A flag indicating whether the parameter Vs was specified. |
| unsigned int | rho_specified : 1 | パラメータrhoが指定されたか否かを示すフラグ。 A flag indicating whether the parameter rho was specified. |
| unsigned int | source_file_specified : 1 | パラメータsource_fileが指定されたか否かを示すフラグ。 A flag indicating whether the parameter source_file was specified. |
| unsigned int | term_specified : 1 | パラメータtermが指定されたか否かを示すフラグ。 A flag indicating whether the parameter term was specified. |
| unsigned int | station_name_specified : 1 | パラメータstation_nameが指定されたか否かを示すフラグ。 A flag indicating whether the parameter station_name was specified. |
| unsigned int | station_location_specified : 1 | パラメータstation_locationが指定されたか否かを示すフラグ。 A flag indicating whether the parameter station_location was specified. |
| unsigned int | outputfile_specified : 1 | パラメータoutputfileが指定されたか否かを示すフラグ。 A flag indicating whether the parameter outputfile was specified. |
| unsigned int | random_seed_specified : 1 | パラメータrandom_seedが指定されたか否かを示すフラグ。 A flag indicating whether the parameter random_seed was specified. |
| unsigned int | computation_method_specified : 1 | パラメータcomputation_methodが指定されたか否かを示すフラグ。 A flag indicating whether the parameter computation_method was specified. |
| unsigned int | verbose_specified : 1 | パラメータverboseが指定されたか否かを示すフラグ。 A flag indicating whether the parameter verbose was specified. |
| 型 Type |
メンバ名 Name of member |
メンバの意味 Meaning of member |
| struct sequence | raw | 震源時間関数の波形。 The waveform of a source time function. |
| struct sequence | dif | 震源時間関数の導関数の波形。 The waveform of the derivative of a source time function. |
| struct sequence | int1 | 震源時間関数の1階積分の波形。 The waveform of the 1st-order integral of a source time function. |
| struct sequence | int2 | 震源時間関数の2階積分の波形。 The waveform of the 2nd-order integral of a source time function. |