関数TF_read_topography_structure マニュアル

(The documentation of function TF_read_topography_structure)

Last Update: 2023/12/13


◆機能・用途(Purpose)

地形データをファイルからstruct topography型構造体に読み込む。 パラメータtopography_interpolation_method=3pの場合に この関数が用いられる。
Read topography data from files to struct topography-type structures. This function is used if parameter topography_interpolation_method=3p.


◆形式(Format)

#include "waterPML_sub/topography.h"
inline struct topography ∗TF_read_topography_structure
(const struct waterPML_parameters parameters)


◆引数(Arguments)

parameters 関数TF_set_parameters によってメンバの値の設定を済ませた構造体。
A structure whose members were set by function TF_set_parameters.


◆戻り値(Return value)

各ファイルから読み込んだ地形データを表す構造体を並べた配列。
An array composed of structures that represent the topography data from individual files.