関数TF_read_topography_3d マニュアル

(The documentation of function TF_read_topography_3d)

Last Update: 2023/12/13


◆機能・用途(Purpose)

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


◆形式(Format)

#include "waterPML_sub/topography.h"
inline struct _3d_data ∗TF_read_topography_3d
(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.