syscinputscalardataaccessf Interface Reference
Last update: 17.07.2025Provide function interface for access to input scalar data. More...
Public Member Functions | |
| type(syscinputscalardataf) function | syscinputscalardataaccessf (regionname, variablename) |
| Provide a function for access to input scalar data. | |
Detailed Description
Provide function interface for access to input scalar data.
Definition at line 15 of file syscFunctionTypesF.fi.
Constructor & Destructor Documentation
◆ syscinputscalardataaccessf()
| type(syscinputscalardataf) function syscinputscalardataaccessf | ( | character(len=syscstrlen), intent(in) | regionname, |
| character(len=syscstrlen), intent(in) | variablename | ||
| ) |
Provide a function for access to input scalar data.
- Parameters
-
[in] regionName - the name of the region [in] variableName - the name of the variable
Definition at line 22 of file syscFunctionTypesF.fi.
24 import :: syscinputscalardataf
25 import :: syscstrlen
26 character(len=SyscStrLen), intent(in) :: regionName
27 character(len=SyscStrLen), intent(in) :: variableName
28 type(SyscInputScalarDataF) :: ret