syscgetinputscalardataf Interface Reference
Last update: 17.07.2025Provide an interface to get input scalar data. More...
Public Member Functions | |
| type(syscinputscalardataf) function | syscgetinputscalardataf () |
| Create an input scalar data access type. More... | |
| type(syscinputscalardataf) function | syscgetinputscalardataf_r4 (data, dataSize) |
| Create an input scalar data access type. More... | |
| type(syscinputscalardataf) function | syscgetinputscalardataf_r8 (data, dataSize) |
| Create an input scalar data access type. More... | |
Detailed Description
Provide an interface to get input scalar data.
Definition at line 34 of file syscInputScalarDataF.fi.
Constructor & Destructor Documentation
◆ syscgetinputscalardataf()
| type(syscinputscalardataf) function syscgetinputscalardataf |
Create an input scalar data access type.
Primitive type will default to double-precision (64-bit). Data size will be set to zero. Data pointer will be set to null.
Definition at line 43 of file syscInputScalarDataF.fi.
Member Function/Subroutine Documentation
◆ syscgetinputscalardataf_r4()
| type(syscinputscalardataf) function syscgetinputscalardataf_r4 | ( | real(kind=4), dimension(datasize), intent(in), target | data, |
| integer(kind=8), intent(in) | dataSize | ||
| ) |
Create an input scalar data access type.
- Parameters
-
data - single-precision (32-bit) array of data. dataSize - number of elements in the array.
Definition at line 57 of file syscInputScalarDataF.fi.
◆ syscgetinputscalardataf_r8()
| type(syscinputscalardataf) function syscgetinputscalardataf_r8 | ( | real(kind=8), dimension(datasize), intent(in), target | data, |
| integer(kind=8), intent(in) | dataSize | ||
| ) |
Create an input scalar data access type.
- Parameters
-
data - double-precision (64-bit) array of data. dataSize - number of elements in the array.
Definition at line 73 of file syscInputScalarDataF.fi.