関数TF_write_stg マニュアル

(The documentation of function TF_write_stg)

Last Update: 2024/2/20


◆機能・用途(Purpose)

異なる方法による位置の表現の変換表 ( struct grid型構造体stg)を出力する。
Output a conversion table for different expressions of locations (a struct grid-type structure stg).


◆形式(Format)

#include "waterPML_sub/write.h"
inline void TF_write_stg
(const struct waterPML_parameters parameters,const struct grid stg)


◆引数(Arguments)

parameters 関数 TF_set_parameters, TF_read_stations, TF_count_snapshot によってメンバの値の設定を済ませた構造体。
A structure whose members were set by functions TF_set_parameters, TF_read_stations, and TF_count_snapshot.
stg 関数 TF_initialize_stg, TF_set_rho_index, TF_set_lambda_index, TF_set_mu_index, TF_set_alpha_index, TF_set_c, TF_set_f, TF_read_stations, TF_set_and_initialize_V, TF_set_and_initialize_T によって値を設定した構造体。
A structure whose values have been given by functions TF_initialize_stg, TF_set_rho_index, TF_set_lambda_index, TF_set_mu_index, TF_set_alpha_index, TF_set_c, TF_set_f, TF_read_stations, TF_set_and_initialize_V, and TF_set_and_initialize_T.


◆動作(Behaviour)

引数stgのメンバの値を このファイル に出力する。
Output the members of argument stg into this file.