関数TF_write_source マニュアル

(The documentation of function TF_write_source)

Last Update: 2024/2/20


◆機能・用途(Purpose)

使用した地震波動ソースの情報を出力する。
Output information on seismic wave sources used.


◆形式(Format)

#include "waterPML_sub/write.h"
inline void TF_write_source
(const struct waterPML_parameters parameters,const int is,
 const struct tws_source source)


◆引数(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.
is 出力する地震波動ソースの番号。
An index of the seismic wave source to output.
source ファイルから読み込んだ地震波動ソースの設定。 is番目のソースに関する 関数tws_set_source の戻り値を与える。
The configuration of the seismic wave source read from a file; use the return value of function tws_set_source for isth source.


◆動作(Behaviour)

引数sourceが表す構造体のメンバの値を このファイル に出力する。
Output the members of the structure given by argument source into this file.