cg_iric_write_sol_integer_f¶
Outputs integer-type calculation results, giving a value for each grid node.
Format (FORTRAN)¶
call cg_iric_write_sol_integer_f(label, val, ier)
Format (C/C++)¶
ier = cg_iRIC_Write_Sol_Integer(label, val);
Format (Python)¶
cg_iRIC_Write_Sol_Integer(label, val)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
label |
character* |
I |
Name of the value to be output |
val |
integer, dimension(:,:), allocatable |
I |
Value to be output In the case of a 3D grid, the type should be integer, dimension(:,:,:), allocatable. |
ier |
integer |
O |
Error code. 0 means success. |