Skip to main content

System Coupling Fortran library 2024 R2

sysccouplinginterfacegetsidetworegionf Interface Reference

Last update: 17.07.2025

Provide an interface to get side two region from a coupling interface. More...

Public Member Functions

type(syscregionf) function sysccouplinginterfacegetsidetworegionf (couplinginterface, index)
 Get side two region from a coupling interface.
 

Detailed Description

Provide an interface to get side two region from a coupling interface.

Definition at line 307 of file syscCouplingInterfaceF.fi.

Constructor & Destructor Documentation

◆ sysccouplinginterfacegetsidetworegionf()

type(syscregionf) function sysccouplinginterfacegetsidetworegionf ( type(sysccouplinginterfacef), intent(in)  couplinginterface,
integer(kind=8), intent(in)  index 
)

Get side two region from a coupling interface.

Definition at line 313 of file syscCouplingInterfaceF.fi.

315!
316 import :: sysccouplinginterfacef, syscregionf
317 type(SyscCouplingInterfaceF), intent(in) :: couplingInterface
318 integer(kind=8), intent(in) :: index
319 type(SyscRegionF) :: ret
320!
321!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
322!DIR$ ATTRIBUTES DLLIMPORT :: syscCouplingInterfaceGetSideTwoRegionF
323!DIR$ ENDIF
324!

Connect with Ansys