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. More... | |
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.