cg_iric_read_complex_functional_f

  • Reads functional attribute data of complex type grid attribute

Format (FORTRAN)

call cg_iric_read_complex_functional_f(type, num, name, x, y, ier)

Format (C/C++)

ier = cg_iric_read_complexunctional(type, num, name, x, y);

Format (Python)

x, y = cg_iric_read_complexunctional(type, num, name)

Arguments

Table 110 Arguments of cg_iric_read_complex_functional_f
Variable name Type I/O Description
type character(*) I Attribute name
num integer I Group number
name character(*) I Condition name
x double precision, dimension(:), allocatable O x value array
ier integer O Error code. 0 means success.