Skip to main content

System Coupling Fortran library 2025 R1

syscgetdatatransferf Interface Reference

Last update: 17.07.2025

Provide an interface to get a data transfer. More...

Public Member Functions

type(syscdatatransferf) function syscgetdatatransferf (sourceVariable, targetVariable, targetSide)
 Create a data transfer. More...
 

Detailed Description

Provide an interface to get a data transfer.

Definition at line 21 of file syscDataTransferF.fi.

Constructor & Destructor Documentation

◆ syscgetdatatransferf()

type(syscdatatransferf) function syscgetdatatransferf ( type(syscvariablef), intent(in)  sourceVariable,
type(syscvariablef), intent(in)  targetVariable,
integer(kind=4), intent(in)  targetSide 
)

Create a data transfer.

Parameters
[in]sourceVariable- source variable.
[in]targetVariable- target variable.
[in]targetSide- target side.

Definition at line 32 of file syscDataTransferF.fi.

34 !
35  import :: syscdatatransferf, syscvariablef
36  type(SyscVariableF), intent(in) :: sourceVariable
37  type(SyscVariableF), intent(in) :: targetVariable
38  integer(kind=4), intent(in) :: targetSide
39  type(SyscDataTransferF) :: ret
40 !
41 !DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
42 !DIR$ ATTRIBUTES DLLIMPORT :: syscGetDataTransferF
43 !DIR$ ENDIF
44 !

Connect with Ansys