関数TF_output_result マニュアル

(The documentation of function TF_output_result)

Last Update: 2023/12/15


◆機能・用途(Purpose)

計算結果をファイルに出力する。
Output the computation results into a file.


◆形式(Format)

#include "frequency_bessel_sub/write.h"
inline void TF_output_result
(const struct TF_parameters parameters,double ∗const ∗Ivalue)


◆引数(Arguments)

parameters パラメータ一式。
The parameters.
Ivalue 波数k, 角周波数ωの全ての組合せについて I(ω,k)の値を並べた2次元配列。 配列の第1引数がk、第2引数がωに対応する。
A 2-D array composed of the values of I(ω,k) for all combinations of the wave number k and the angular frequency ω. The 1st and 2nd arguments of the array corresponds to k and ω, respectively.


◆動作(Behaviour)

コマンド実行時に第2引数で指定したファイルに この関数の引数Ivalueで与えたI(ω,k)を出力する。
Output I(ω,k) given by argument Ivalue of this function into the file specified by the 2nd argument of the command run.