cg_iric_read_complex_functional_f

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

形式 (FORTRAN)

call cg_iric_read_complex_functional_f(type, num, name, x, y, ier)

形式 (C/C++)

ier = cg_iric_read_complexunctional(type, num, name, x, y);

形式 (Python)

x, y = cg_iric_read_complexunctional(type, num, name)

引数

表 111 cg_iric_read_complex_functional_f の引数
変数名 I/O 内容
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なら成功