subdomain_file | 小領域の定義が書かれている一時ファイル名。
関数TF_decompose_structure_file
によって作成されたファイル名を与える。 The name of a temporary file in which the definition of subdomains is written. Use the file created by function TF_decompose_structure_file. |
subdomain_volume_file | 範囲定義行の出力先の一時ファイル名。
ファイル名は関数内で自動的に設定されるので、
宣言しただけのchar型配列を与える。 A memory for the temporary file name to output the volume definition lines. Give an empty char-type array; the file name is automatically determined in this function. |
subdomain_rho_file | 密度の出力先の一時ファイル名。
ファイル名は関数内で自動的に設定されるので、
宣言しただけのchar型配列を与える。 A memory for the temporary file name to output the densities. Give an empty char-type array; the file name is automatically determined in this function. |
subdomain_Vp_file | P波速度の出力先の一時ファイル名。
ファイル名は関数内で自動的に設定されるので、
宣言しただけのchar型配列を与える。 A memory for the temporary file name to output the P-wave velocities. Give an empty char-type array; the file name is automatically determined in this function. |
subdomain_Vs_file | S波速度の出力先の一時ファイル名。
ファイル名は関数内で自動的に設定されるので、
宣言しただけのchar型配列を与える。 A memory for the temporary file name to output the S-wave velocities. Give an empty char-type array; the file name is automatically determined in this function. |