Skip to main content

System Coupling Fortran library 2023 R2

syscgetoutputcompactcomplexcompactvectordataf Interface Reference

Last update: 17.07.2025

Provide an interface to get output complex vector data with compact storage for complex and vector components. More...

Public Member Functions

type(syscoutputcomplexvectordataf) function syscgetoutputcompactcomplexcompactvectordataf_c82d (data, dataSize)
 Create an output vector data access type with split storage. More...
 

Detailed Description

Provide an interface to get output complex vector data with compact storage for complex and vector components.

Definition at line 55 of file syscOutputComplexVectorDataF.fi.

Member Function/Subroutine Documentation

◆ syscgetoutputcompactcomplexcompactvectordataf_c82d()

type(syscoutputcomplexvectordataf) function syscgetoutputcompactcomplexcompactvectordataf_c82d ( complex(kind=8), dimension(3, datasize), intent(in), target  data,
integer(kind=8), intent(in)  dataSize 
)

Create an output vector data access type with split storage.

Parameters
[in]data- two-dimensional array of complex vectors
[in]dataSize- number of vectors.

Definition at line 64 of file syscOutputComplexVectorDataF.fi.

66!
67 import :: syscoutputcomplexvectordataf
68 integer(kind=8), intent(in) :: dataSize
69 complex(kind=8), intent(in), target :: data(3, dataSize)
70 type(SyscOutputComplexVectorDataF) :: ret
71!
72!DIR$ IF DEFINED(_WIN32)
73!DIR$ ATTRIBUTES DLLIMPORT :: syscGetOutputCompactComplexCompactVectorDataF_C82D
74!DIR$ ENDIF
75!

Connect with Ansys