HyperWorks Solvers

GTARAY

GTARAY

Previous topic Next topic No expanding text in this topic  

GTARAY

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Subroutine Type

Utility/Data Access

Definition

Retrieves values stored in the IC Reference_Array entities.

Use

The function can be called by any user-defined subroutine.

Calling Syntax

Fortran

CALL GTARAY(ID, ARRAY, NUMBER, ISTAT)

 

C

c_gtaray(id, array, number, istat)

 

Python

[array, istat] = py_gtaray(id)

 

MATLAB

[array, istat] = m_gtaray(id)

Input Arguments

[integer] ID

The identifier of the corresponding Reference_Array.

Output Values

[double precision] ARRAY

The values extracted from the Reference_Array.

 

[int] ISTAT

The flag that indicates the success of the GTARAY operation.

0: success
-1: incorrect Reference_Array type
-2: Reference_Array was not found

 

[int] NUMBER

The scalar value that indicates the number of entries in the array vector.

See Also:

Data Access Subroutines