syscgetoutputvectordataf Interface Reference
Last update: 17.07.2025Provide an interface to get output vector data. More...
Public Member Functions | |
| type(syscoutputvectordataf) function | syscgetoutputvectordataf () |
| Create an output vector data access type. | |
Detailed Description
Provide an interface to get output vector data.
Definition at line 43 of file syscOutputVectorDataF.fi.
Constructor & Destructor Documentation
◆ syscgetoutputvectordataf()
| type(syscoutputvectordataf) function syscgetoutputvectordataf |
Create an output vector data access type.
Primitive type will default to double-precision. Data size will be set to zero. Data pointers will be set to null.
Definition at line 52 of file syscOutputVectorDataF.fi.
53 import :: syscoutputvectordataf
54 type(SyscOutputVectorDataF) :: ret
55!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
56!DIR$ ATTRIBUTES DLLIMPORT :: syscGetOutputVectorDataF
57!DIR$ ENDIF