Skip to main content

System Coupling Fortran library 2024 R2

syscinputcomplexvectordataf Type Reference

Last update: 17.07.2025

Create an input complex vector data access type. More...

Public Attributes

integer(kind=8) primitivetype
 Primitive type.
 
integer(kind=8) data1
 Pointer to the first array.
 
integer(kind=8) data2
 Pointer to the second array.
 
integer(kind=8) data3
 Pointer to the third array.
 
integer(kind=8) data4
 Pointer to the fourth array.
 
integer(kind=8) data5
 Pointer to the fifth array.
 
integer(kind=8) data6
 Pointer to the sixth array.
 
integer(kind=8) datasize
 Data size.
 
integer(kind=8) dimension
 Dimension.
 

Detailed Description

Create an input complex vector data access type.

Input complex vector data provides access to complex vector data.

The size is the total number of vectors of complex numbers.

Definition at line 18 of file syscInputComplexVectorDataF.fi.

Member Data Documentation

◆ data1

integer(kind=8) data1

Pointer to the first array.

Definition at line 20 of file syscInputComplexVectorDataF.fi.

20 integer(kind=8) :: data1

◆ data2

integer(kind=8) data2

Pointer to the second array.

Definition at line 21 of file syscInputComplexVectorDataF.fi.

21 integer(kind=8) :: data2

◆ data3

integer(kind=8) data3

Pointer to the third array.

Definition at line 22 of file syscInputComplexVectorDataF.fi.

22 integer(kind=8) :: data3

◆ data4

integer(kind=8) data4

Pointer to the fourth array.

Definition at line 23 of file syscInputComplexVectorDataF.fi.

23 integer(kind=8) :: data4

◆ data5

integer(kind=8) data5

Pointer to the fifth array.

Definition at line 24 of file syscInputComplexVectorDataF.fi.

24 integer(kind=8) :: data5

◆ data6

integer(kind=8) data6

Pointer to the sixth array.

Definition at line 25 of file syscInputComplexVectorDataF.fi.

25 integer(kind=8) :: data6

◆ datasize

integer(kind=8) datasize

Data size.

Definition at line 26 of file syscInputComplexVectorDataF.fi.

26 integer(kind=8) :: dataSize

◆ dimension

integer(kind=8) dimension

Dimension.

Definition at line 27 of file syscInputComplexVectorDataF.fi.

27 integer(kind=8) :: dimension

◆ primitivetype

integer(kind=8) primitivetype

Primitive type.

Definition at line 19 of file syscInputComplexVectorDataF.fi.

19 integer(kind=8) :: primitiveType

Connect with Ansys