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
によって動的メモリを確保し、関数
TF_set_structure_at_grid_center,
TF_set_structure_at_grid_surface
によって格子セル中心点および
2つの格子セルが接する面の中心点(物理領域内)での
密度を設定した配列。
この関数内で4つの格子セルが接する辺の中心点(物理領域内)での
密度に対応する配列要素の値が設定される。 An array whose dynamic memory has been allocated using function TF_set_rho_index and whose values (the densities) for the centers of grid cells and the centers of planes where two grid cells contact in the physical volume have been determined using functions TF_set_structure_at_grid_center and TF_set_structure_at_grid_surface. The values of the array components corresponding to the densities at the centers of edges where four grid cells contact in the physical volume are determined in this function. |
lambda |
関数TF_set_lambda_index
によって動的メモリを確保し、
関数
TF_set_structure_at_grid_center,
TF_set_structure_at_grid_surface
によって格子セル中心点および
2つの格子セルが接する面の中心点(物理領域内)での
ラメ定数\(\lambda\)を設定した配列。
この関数内で4つの格子セルが接する辺の中心点(物理領域内)での
\(\lambda\)に対応する配列要素の値が設定される。 An array whose dynamic memory has been allocated using function TF_set_lambda_index and whose values (the Lame constants \(\lambda\)) for the centers of grid cells and the centers of planes where two grid cells contact in the physical volume have been determined using functions TF_set_structure_at_grid_center and TF_set_structure_at_grid_surface. The values of the array components corresponding to \(\lambda\) at the centers of edges where four grid cells contact in the physical volume are determined in this function. |
mu |
関数TF_set_mu_index
によって動的メモリを確保し、
関数
TF_set_structure_at_grid_center,
TF_set_structure_at_grid_surface
によって格子セル中心点および
2つの格子セルが接する面の中心点(物理領域内)での
ラメ定数\(\mu\)を設定した配列。
この関数内で4つの格子セルが接する辺の中心点(物理領域内)での
\(\mu\)に対応する配列要素の値が設定される。 An array whose dynamic memory has been allocated using function TF_set_mu_index and whose values (the Lame constants \(\mu\)) for the centers of grid cells and the centers of planes where two grid cells contact in the physical volume have been determined using functions TF_set_structure_at_grid_center and TF_set_structure_at_grid_surface. The values of the array components corresponding to \(\mu\) at the centers of edges where four grid cells contact in the physical volume are determined in this function. |