Skip to main content

System Coupling Fortran library 2024 R2

sysccouplinginterfacegetnumsidetworegionsf Interface Reference

Last update: 17.07.2025

Provide an interface to get number of side two regions. More...

Public Member Functions

integer(kind=8) function sysccouplinginterfacegetnumsidetworegionsf (couplinginterface)
 Get number of side two regions in a coupling interface.
 

Detailed Description

Provide an interface to get number of side two regions.

Definition at line 227 of file syscCouplingInterfaceF.fi.

Constructor & Destructor Documentation

◆ sysccouplinginterfacegetnumsidetworegionsf()

integer(kind=8) function sysccouplinginterfacegetnumsidetworegionsf ( type(sysccouplinginterfacef), intent(in)  couplinginterface)

Get number of side two regions in a coupling interface.

Definition at line 233 of file syscCouplingInterfaceF.fi.

235!
236 import :: sysccouplinginterfacef
237 type(SyscCouplingInterfaceF), intent(in) :: couplingInterface
238 integer(kind=8) :: ret
239!
240!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
241!DIR$ ATTRIBUTES DLLIMPORT :: syscCouplingInterfaceGetNumSideTwoRegionsF
242!DIR$ ENDIF
243!

Connect with Ansys