cg_iric_read_functionalsize_f¶
Reads the size of a functional-type variable from the CGNS file.
Format (FORTRAN)¶
call cg_iric_read_functionalsize_f(label, size, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_FunctionalSize(label, &size);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
label |
character(*) |
I |
Name of the variable defined in the solver definition file |
size |
integer |
O |
Length of the array that has been read from the CGSN file |
ier |
integer |
O |
Error code. 0 means success. |