Skip to main content

System Coupling Fortran library 2025 R1

syscoutputvectordataf Type Reference

Last update: 17.07.2025

Create an output vector data access type. More...

Public Attributes

integer(kind=8) primitivetype
 Primitive type.
 
integer(kind=8) dataptr1
 Pointer to the first array.
 
integer(kind=8) dataptr2
 Pointer to the second array.
 
integer(kind=8) dataptr3
 Pointer to the third array.
 
integer(kind=8) datasize
 Array size.
 
integer(kind=8) dimension
 Dimension.
 

Detailed Description

Create an output vector data access type.

Output vector data provides read-only access to an array of vector data.

The size is the total number of vectors, not the total number of components, i.e. if all data is stored in one contiguous array, then size is 1/3 the size of that array.

To create and/or initialize SyscOutputVectorDataF, it is highly recommended to use one of the functions within syscGetOutputVectorDataF 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(SyscOutputVectorDataF) :: ovd
ovd = syscgetoutputvectordatasplitf(x, y, z, size)

Definition at line 31 of file syscOutputVectorDataF.fi.

Connect with Ansys