関数TF_write_topography_around_station マニュアル

(The documentation of function TF_write_topography_around_station)

Last Update: 2024/2/21


◆機能・用途(Purpose)

差分計算に用いた階段状の地形(固体と水/真空のセルの境界面)の 観測点近傍における形状を出力する。
Output the geometry of the stepwise topography (the boundary between solid and water/vacuum cells) used in the finite difference computation around a station.


◆形式(Format)

#include "waterPML_sub/write.h"
inline void TF_write_topography_around_station
(const struct waterPML_parameters parameters, const struct TF_station station,
 char ∗const ∗type)


◆引数(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.
station 出力の対象とする観測点の情報。 is番目の観測点に関する 関数TF_read_stations の戻り値を与える。
The information on the station for the output; use the return value of function TF_read_stations for isth station.
type 関数TF_set_type, TF_set_material_type によって値を設定した 2次元配列type
A 2-D array type whose values have been set by functions TF_set_type and TF_set_material_type.


◆動作(Behaviour)

第2引数で与えた観測点の周囲における階段状地形を このファイル に出力する。
Output the stepwise topography around the station specified by the 2nd argument into this file.