Skip to main content

System Coupling Fortran library 2024 R2

syscinputcomplexvectordataaccessf Interface Reference

Last update: 17.07.2025

Provide function interface for access to input complex vector data. More...

Public Member Functions

type(syscinputcomplexvectordataf) function syscinputcomplexvectordataaccessf (regionname, variablename)
 Provide a function for access to input complex vector data.
 

Detailed Description

Provide function interface for access to input complex vector data.

Definition at line 93 of file syscFunctionTypesF.fi.

Constructor & Destructor Documentation

◆ syscinputcomplexvectordataaccessf()

type(syscinputcomplexvectordataf) function syscinputcomplexvectordataaccessf ( character(len=syscstrlen), intent(in)  regionname,
character(len=syscstrlen), intent(in)  variablename 
)

Provide a function for access to input complex vector data.

Parameters
[in]regionName- the name of the region
[in]variableName- the name of the variable

Definition at line 99 of file syscFunctionTypesF.fi.

101 import :: syscinputcomplexvectordataf
102 import :: syscstrlen
103 character(len=SyscStrLen), intent(in) :: regionName
104 character(len=SyscStrLen), intent(in) :: variableName
105 type(SyscInputComplexVectorDataF) :: ret

Connect with Ansys