cg_iric_read_bc_functional_realsingle¶
単精度関数型の境界条件の変数の値を読み込む。
形式 (FORTRAN)¶
call cg_iric_read_bc_functional_realsingle(fid, type, num, name, x, y, ier)
形式 (C/C++)¶
ier = cg_iRIC_Read_BC_functional_RealSingle(fid, type, num, name, x, y);
形式 (Python)¶
Python にはこの関数は存在しない
引数¶
変数名 |
型 |
I/O |
内容 |
---|---|---|---|
fid |
integer |
I |
ファイルID |
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なら成功 |