cg_iric_read_complex_functional_realsingle_f¶
複合型格子属性の、単精度関数型の条件の変数の値を読み込む。
形式 (FORTRAN)¶
call cg_iric_read_complex_functional_realsingle_f(type, num, name, x, y, ier)
形式 (C/C++)¶
ier = cg_iRIC_Read_Complex_Functional_RealSingle(type, num, name, x, y);
形式 (Python)¶
Python にはこの関数は存在しない
引数¶
変数名 |
型 |
I/O |
内容 |
|---|---|---|---|
type |
character(*) |
I |
属性名 |
num |
integer |
I |
グループの番号 |
name |
character(*) |
I |
条件の名前 |
x |
real, dimension(:), allocatable |
O |
Xの値の配列 |
y |
real, dimension(:), allocatable |
O |
Yの値の配列 |
ier |
integer |
O |
エラーコード。0なら成功 |