Skip to main content

System Coupling Fortran library 2023 R2

syscgetoutputvectordataf Interface Reference

Last update: 17.07.2025

Provide an interface to get output vector data. More...

Public Member Functions

type(syscoutputvectordataf) function syscgetoutputvectordataf ()
 Create an output vector data access type. More...
 

Detailed Description

Provide an interface to get output vector data.

Definition at line 42 of file syscOutputVectorDataF.fi.

Constructor & Destructor Documentation

◆ 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 51 of file syscOutputVectorDataF.fi.

52 import :: syscoutputvectordataf
53 type(SyscOutputVectorDataF) :: ret
54!DIR$ IF DEFINED(_WIN32)
55!DIR$ ATTRIBUTES DLLIMPORT :: syscGetOutputVectorDataF
56!DIR$ ENDIF

Connect with Ansys