syscgetinputvariablef Interface Reference
Last update: 17.07.2025Provide an interface to return an input variable. More...
Public Member Functions | |
| type(syscvariablef) function | syscgetinputvariablef (region, index) |
| Return an input variable. | |
Detailed Description
Provide an interface to return an input variable.
Definition at line 182 of file syscRegionF.fi.
Constructor & Destructor Documentation
◆ syscgetinputvariablef()
| type(syscvariablef) function syscgetinputvariablef | ( | type(syscregionf), intent(in) | region, |
| integer(kind=8) | index | ||
| ) |
Return an input variable.
- Parameters
-
[in] region - region [in] index - region index
- Returns
- Variable at specified index.
Definition at line 192 of file syscRegionF.fi.
193 import :: syscregionf, syscvariablef
194 type(SyscRegionF), intent(in) :: region
195 integer(kind=8) :: index
196 type(SyscVariableF) :: ret
197!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
198!DIR$ ATTRIBUTES DLLIMPORT :: syscGetInputVariableF
199!DIR$ ENDIF