cg_iRIC_Read_Sol_Iteration

計算結果のループ回数の値を読み込む。

形式 (FORTRAN)

call cg_iRIC_Read_Sol_Iteration(fid, step, iteration, ier)

形式 (C/C++)

ier = cg_iRIC_Read_Sol_Iteration(fid, step, iteration)

形式 (Python)

iteration = cg_iRIC_Read_Sol_Iteration(fid, step)

引数と戻り値

fid

表 844 fid の説明

項目

名前

fid

入力/出力

入力

説明

ファイルID

データ型 (FORTRAN)

integer

データ型 (C/C++)

int

データ型 (Python)

int

step

表 845 step の説明

項目

名前

step

入力/出力

入力

説明

ステップ数

データ型 (FORTRAN)

integer

データ型 (C/C++)

int

データ型 (Python)

int

iteration

表 846 iteration の説明

項目

名前

iteration

入力/出力

出力

説明

ループ回数

データ型 (FORTRAN)

integer

データ型 (C/C++)

int*

データ型 (Python)

int

ier

表 847 ier の説明

項目

名前

ier

入力/出力

出力

説明

エラーコード。0なら成功、エラーが起きるとそれ以外。

データ型 (FORTRAN)

integer

データ型 (C/C++)

int

データ型 (Python)

(定義なし)