cg_iric_read_sol_real_f¶
Reads the double-precision real-type calculation result, having a value for each grid node.
Format (FORTRAN)¶
call cg_iric_read_sol_real_f(step, label, val, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_Sol_Real(step, label, val);
Format (Python)¶
val = cg_iRIC_Read_Sol_Real(step, label)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
step |
integer |
I |
Result Step Number |
label |
character(*) |
I |
Name |
val |
double precision, dimension(:,:), allocatable |
O |
Value (In case of 3D grid, double precision, dimension(:,:,:), allocatable) |
ier |
integer |
O |
Error code. 0 means success. |