cg_iric_read_complex_functionalwithname_withgridid

複合型格子属性の、倍精度関数型の条件の変数の値を読み込む。変数が1つ、値が複数の関数型の境界条件の読み込みに利用する。

形式 (FORTRAN)

call cg_iric_read_complex_functionalwithname_withgridid(fid, gid, type, num, name, paramname, data, ier)

形式 (C/C++)

ier = cg_iRIC_Read_Complex_functionalWithName_WithGridId(fid, gid, type, num, name, paramname, data);

形式 (Python)

data = cg_iRIC_Read_Complex_functionalWithName_WithGridId(fid, gid, type, num, name, paramname)

引数

表 131 cg_iric_read_complex_functionalwithname_withgridid の引数

変数名

I/O

内容

fid

integer

I

ファイルID

gid

integer

I

格子ID

type

character(*)

I

属性名

num

integer

I

グループの番号

name

character(*)

I

条件の名前

paramname

character(*)

I

値の名前

data

double precision, dimension(:), allocatable

O

値の配列

ier

integer

O

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