parameters |
関数TF_set_parameters
によってメンバの値の設定を済ませた構造体。 A structure whose members were set by function TF_set_parameters. |
point_file | 点の定義の出力先の一時ファイル名。
ファイル名は関数内で自動的に設定されるので、
宣言しただけのchar型配列を与える。 A memory for the temporary file name to output the definition of points. Give an empty char-type array; the file name is automatically determined in this function. |
plane_file | 面の定義の出力先の一時ファイル名。
ファイル名は関数内で自動的に設定されるので、
宣言しただけのchar型配列を与える。 A memory for the temporary file name to output the definition of planes. Give an empty char-type array; the file name is automatically determined in this function. |
subdomain_file | 小領域の定義の出力先の一時ファイル名。
ファイル名は関数内で自動的に設定されるので、
宣言しただけのchar型配列を与える。 A memory for the temporary file name to output the definition of subdomains. Give an empty char-type array; the file name is automatically determined in this function. |