関数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\), 角周波数\(\omega\)の全ての組合せについて \(I(\omega,k)\)の値を並べた2次元配列。 配列の第1引数が\(k\)、第2引数が\(\omega\)に対応する。
A 2-D array composed of the values of \(I(\omega,k)\) for all combinations of the wave number \(k\) and the angular frequency \(\omega\). The 1st and 2nd arguments of the array corresponds to \(k\) and \(\omega\), respectively.


◆動作(Behaviour)

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