syscaddsidetworegionf Interface Reference
Last update: 17.07.2025Provide an interface to add side two region. More...
Public Member Functions | |
| type(syscerrorf) function | syscaddsidetworegionf (interface, region) |
| Add region to side two of the interface. | |
Detailed Description
Provide an interface to add side two region.
Definition at line 109 of file syscCouplingInterfaceF.fi.
Constructor & Destructor Documentation
◆ syscaddsidetworegionf()
| type(syscerrorf) function syscaddsidetworegionf | ( | type(sysccouplinginterfacef), intent(in) | interface, |
| type(syscregionf), intent(in) | region | ||
| ) |
Add region to side two of the interface.
If this region has already been added to the interface on side two, then this call will have no effect.
If a different region with the same name has already been added to the interface on side two, then a runtime error will be thrown.
If a region with the same name has already been added to the interface on side one, 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 two of the interface.
Definition at line 132 of file syscCouplingInterfaceF.fi.
133!
134 import :: sysccouplinginterfacef
135 import :: syscregionf
136 import :: syscerrorf
137 type(SyscCouplingInterfaceF), intent(in) :: interface
138 type(SyscRegionF), intent(in) :: region
139 type(SyscErrorF) :: ret
140!
141!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
142!DIR$ ATTRIBUTES DLLIMPORT :: syscAddSideTwoRegionF
143!DIR$ ENDIF
144!