syscaddsideoneregionf Interface Reference
Last update: 17.07.2025Provide an interface to add side one region. More...
Public Member Functions | |
| type(syscerrorf) function | syscaddsideoneregionf (interface, region) |
| Add region to side one of the couping interface. | |
Detailed Description
Provide an interface to add side one region.
Definition at line 66 of file syscCouplingInterfaceF.fi.
Constructor & Destructor Documentation
◆ syscaddsideoneregionf()
| type(syscerrorf) function syscaddsideoneregionf | ( | type(sysccouplinginterfacef), intent(in) | interface, |
| type(syscregionf), intent(in) | region | ||
| ) |
Add region to side one of the couping interface.
If this region has already been added to the interface on side one, then this call will have no effect.
If a different region with the same name has already been added to the interface on side one, then a runtime error will be thrown.
If a region with the same name has already been added to the interface on side two, then a runtime error will be thrown.
If the region name contains invalid characters, a runtime error will be thrown.
- Parameters
-
[in] interface Coupling interface to which the output variable is to be added. [in] region Region to be added to side one of the interface.
Definition at line 89 of file syscCouplingInterfaceF.fi.
90!
91 import :: sysccouplinginterfacef
92 import :: syscregionf
93 import :: syscerrorf
94 type(SyscCouplingInterfaceF), intent(in) :: interface
95 type(SyscRegionF), intent(in) :: region
96 type(SyscErrorF) :: ret
97!
98!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
99!DIR$ ATTRIBUTES DLLIMPORT :: syscAddSideOneRegionF
100!DIR$ ENDIF
101!