stg | 関数
TF_initialize_stg,
TF_set_rho_index,
TF_set_lambda_index,
TF_set_mu_index
によって値を設定した構造体。 A structure whose values have been given by functions TF_initialize_stg, TF_set_rho_index, TF_set_lambda_index, and TF_set_mu_index. |
parameters |
関数TF_set_parameters
によってメンバの値の設定を済ませた構造体。 A structure whose members were set by function TF_set_parameters. |
rho |
関数TF_set_rho_index
によって動的メモリを確保した配列。
この関数内で配列要素の値(各半格子点での密度\(\rho\))
が設定される。 An array whose dynamic memory has been allocated using function TF_set_rho_index. The values of array components (the densities \(\rho\) at the half-grid nodes) are determined in this function. |
lambda |
関数TF_set_lambda_index
によって動的メモリを確保した配列。
この関数内で配列要素の値(各半格子点でのラメ定数\(\lambda\))
が設定される。 An array whose dynamic memory has been allocated using function TF_set_lambda_index. The values of array components (the Lame constants \(\lambda\) at the half-grid nodes) are determined in this function. |
mu |
関数TF_set_mu_index
によって動的メモリを確保した配列。
この関数内で配列要素の値(各半格子点でのラメ定数\(\mu\))
が設定される。 An array whose dynamic memory has been allocated using function TF_set_mu_index. The values of array components (the Lame constants \(\mu\) at the half-grid nodes) are determined in this function. |