Skip to main content

System Coupling Fortran library 2024 R2

syscinputscalardataf Type Reference

Last update: 17.07.2025

Provide an input scalar data access type. More...

Public Attributes

integer(kind=8) primitivetype
 Primitive type.
 
integer(kind=8) dataptr
 Pointer to the data array.
 
integer(kind=8) datasize
 Array size.
 

Detailed Description

Provide an input scalar data access type.

Input scalar data provides read and write access to an array of scalar data. To create and/or initialize SyscInputScalarDataF, it is highly recommended to use one of the functions within syscGetInputScalarDataF interface. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

type(SyscInputScalarDataF) :: isd
isd = syscgetinputscalardataf(array, arraysize)

Definition at line 25 of file syscInputScalarDataF.fi.

Member Data Documentation

◆ dataptr

integer(kind=8) dataptr

Pointer to the data array.

Definition at line 27 of file syscInputScalarDataF.fi.

27 integer(kind=8) :: dataPtr

◆ datasize

integer(kind=8) datasize

Array size.

Definition at line 28 of file syscInputScalarDataF.fi.

28 integer(kind=8) :: dataSize

◆ primitivetype

integer(kind=8) primitivetype

Primitive type.

Definition at line 26 of file syscInputScalarDataF.fi.

26 integer(kind=8) :: primitiveType

Connect with Ansys