syscinputvectordataaccessf Interface Reference
Last update: 17.07.2025Provide function interface for access to input vector data. More...
Public Member Functions | |
| type(syscinputvectordataf) function | syscinputvectordataaccessf (regionname, variablename) |
| Provide a function for access to input vector data. | |
Detailed Description
Provide function interface for access to input vector data.
Definition at line 35 of file syscFunctionTypesF.fi.
Constructor & Destructor Documentation
◆ syscinputvectordataaccessf()
| type(syscinputvectordataf) function syscinputvectordataaccessf | ( | character(len=syscstrlen), intent(in) | regionname, |
| character(len=syscstrlen), intent(in) | variablename | ||
| ) |
Provide a function for access to input vector data.
- Parameters
-
[in] regionName - the name of the region [in] variableName - the name of the variable
Definition at line 41 of file syscFunctionTypesF.fi.
43 import :: syscinputvectordataf
44 import :: syscstrlen
45 character(len=SyscStrLen), intent(in) :: regionName
46 character(len=SyscStrLen), intent(in) :: variableName
47 type(SyscInputVectorDataF) :: ret