Skip to main content

System Coupling Fortran library 2023 R2

syscOutputComplexVectorDataF

Last update: 17.07.2025
1module fortran
2!
3! Copyright 2023 ANSYS, Inc.
4! Unauthorized use, distribution, or duplication is prohibited.
5!
6! Provide free-form Fortran interface for
7! System Coupling Participant Library.
8!
9! *********************************************************************
10!
19 integer(kind=8) :: primitivetype
20 integer(kind=8) :: data1
21 integer(kind=8) :: data2
22 integer(kind=8) :: data3
23 integer(kind=8) :: data4
24 integer(kind=8) :: data5
25 integer(kind=8) :: data6
26 integer(kind=8) :: datasize
28!
29!**********************************************************************
31!**********************************************************************
33!
34!**********************************************************************
40!**********************************************************************
41function syscgetoutputcomplexvectordataf() result (ret)
44!DIR$ IF DEFINED(_WIN32)
45!DIR$ ATTRIBUTES DLLIMPORT :: syscGetOutputComplexVectorDataF
46!DIR$ ENDIF
48!
50!
51!**********************************************************************
54!**********************************************************************
56!
57!**********************************************************************
63!**********************************************************************
64function syscgetoutputcompactcomplexcompactvectordataf_c82d(&
65 data, dataSize) result (ret)
66!
68 integer(kind=8), intent(in) :: datasize
69 complex(kind=8), intent(in), target :: data(3, datasize)
71!
72!DIR$ IF DEFINED(_WIN32)
73!DIR$ ATTRIBUTES DLLIMPORT :: syscGetOutputCompactComplexCompactVectorDataF_C82D
74!DIR$ ENDIF
75!
76end function syscgetoutputcompactcomplexcompactvectordataf_c82d
77!
79!
80end module fortran
Provide an interface to get output complex vector data with compact storage for complex and vector co...
Provide an interface to get output vector data.
Create an output complex vector data access type.

Connect with Ansys