syscgetoutputvariablef Interface Reference
Last update: 17.07.2025Provide an interface to return an output variable. More...
Public Member Functions | |
| type(syscvariablef) function | syscgetoutputvariablef (region, index) |
| Return an output variable. | |
Detailed Description
Provide an interface to return an output variable.
Definition at line 232 of file syscRegionF.fi.
Constructor & Destructor Documentation
◆ syscgetoutputvariablef()
| type(syscvariablef) function syscgetoutputvariablef | ( | type(syscregionf), intent(in) | region, |
| integer(kind=8) | index | ||
| ) |
Return an output variable.
- Parameters
-
[in] region - region [in] index - region index
- Returns
- Variable at specified index.
Definition at line 242 of file syscRegionF.fi.
243 import :: syscregionf, syscvariablef
244 type(SyscRegionF), intent(in) :: region
245 integer(kind=8) :: index
246 type(SyscVariableF) :: ret
247!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
248!DIR$ ATTRIBUTES DLLIMPORT :: syscGetOutputVariableF
249!DIR$ ENDIF