Skip to main content

System Coupling Fortran library 2023 R2

sysccouplinginterfacegetnumsideoneregionsf Interface Reference

Last update: 17.07.2025

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

Public Member Functions

integer(kind=8) function sysccouplinginterfacegetnumsideoneregionsf (couplingInterface)
 Get number of side one regions in a coupling interface. More...
 

Detailed Description

Provide an interface to get number of side one regions.

Definition at line 203 of file syscCouplingInterfaceF.fi.

Constructor & Destructor Documentation

◆ sysccouplinginterfacegetnumsideoneregionsf()

integer(kind=8) function sysccouplinginterfacegetnumsideoneregionsf ( type(sysccouplinginterfacef), intent(in)  couplingInterface)

Get number of side one regions in a coupling interface.

Definition at line 209 of file syscCouplingInterfaceF.fi.

211!
212 import :: sysccouplinginterfacef
213 type(SyscCouplingInterfaceF), intent(in) :: couplingInterface
214 integer(kind=8) :: ret
215!
216!DIR$ IF DEFINED(_WIN32)
217!DIR$ ATTRIBUTES DLLIMPORT :: syscCouplingInterfaceGetNumSideOneRegionsF
218!DIR$ ENDIF
219!

Connect with Ansys