Skip to main content

System Coupling Fortran library 2024 R2

syscoutputvectordataaccessf Interface Reference

Last update: 17.07.2025

Provide function interface for access to output vector data. More...

Public Member Functions

type(syscoutputvectordataf) function syscoutputvectordataaccessf (regionname, variablename)
 Provide a function for access to output vector data.
 

Detailed Description

Provide function interface for access to output vector data.

Definition at line 73 of file syscFunctionTypesF.fi.

Constructor & Destructor Documentation

◆ syscoutputvectordataaccessf()

type(syscoutputvectordataf) function syscoutputvectordataaccessf ( character(len=syscstrlen), intent(in)  regionname,
character(len=syscstrlen), intent(in)  variablename 
)

Provide a function for access to output vector data.

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

Definition at line 79 of file syscFunctionTypesF.fi.

81 import :: syscoutputvectordataf
82 import :: syscstrlen
83 character(len=SyscStrLen), intent(in) :: regionName
84 character(len=SyscStrLen), intent(in) :: variableName
85 type(SyscOutputVectorDataF) :: ret

Connect with Ansys