sysccouplinginterfacegetsideoneregionf Interface Reference
Last update: 17.07.2025Provide an interface to get side one region from a coupling interface. More...
Public Member Functions | |
| type(syscregionf) function | sysccouplinginterfacegetsideoneregionf (couplinginterface, index) |
| Get side one region from a coupling interface. | |
Detailed Description
Provide an interface to get side one region from a coupling interface.
Definition at line 280 of file syscCouplingInterfaceF.fi.
Constructor & Destructor Documentation
◆ sysccouplinginterfacegetsideoneregionf()
| type(syscregionf) function sysccouplinginterfacegetsideoneregionf | ( | type(sysccouplinginterfacef), intent(in) | couplinginterface, |
| integer(kind=8), intent(in) | index | ||
| ) |
Get side one region from a coupling interface.
Definition at line 286 of file syscCouplingInterfaceF.fi.
288!
289 import :: sysccouplinginterfacef, syscregionf
290 type(SyscCouplingInterfaceF), intent(in) :: couplingInterface
291 integer(kind=8), intent(in) :: index
292 type(SyscRegionF) :: ret
293!
294!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
295!DIR$ ATTRIBUTES DLLIMPORT :: syscCouplingInterfaceGetSideOneRegionF
296!DIR$ ENDIF
297!