cg_iric_read_functionalwithname_f¶
Reads the value of a functional-type real variable from the CGNS
Format (FORTRAN)¶
call cg_iric_read_functionalwithname_f(label, name, data, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_FunctionalWithName(label, name, data);
Format (Python)¶
data = cg_iRIC_Read_FunctionalWithName(label, name)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
label |
character(*) |
I |
Name of the variable defined in the solver definition file |
name |
character(*) |
I |
Name of the variable value name defined in the solver definition file |
data |
real , dimension(:), allocatable |
O |
Array of values |
ier |
integer |
O |
Error code. 0 means success. |