cg_iric_read_complex_functional

複合型格子属性の、倍精度関数型の条件の変数の値を読み込む。

形式 (FORTRAN)

call cg_iric_read_complex_functional(fid, type, num, name, x, y, ier)

形式 (C/C++)

ier = cg_iric_read_complex_functional(fid, type, num, name, x, y);

形式 (Python)

x, y = cg_iric_read_complex_functional(fid, type, num, name)

引数

表 126 cg_iric_read_complex_functional の引数

変数名

I/O

内容

fid

integer

I

ファイルID

type

character(*)

I

属性名

num

integer

I

グループの番号

name

character(*)

I

条件の名前

x

double precision, dimension(:), allocatable

O

Xの値の配列

y

double precision, dimension(:), allocatable

O

Yの値の配列

ier

integer

O

エラーコード。0なら成功