syscaddregionf Interface Reference
Last update: 17.07.2025Provide an interface to add a region. More...
Public Member Functions | |
| type(syscerrorf) function | syscaddregionf (reg) |
| Provide a function to add a region to be used in a coupled analysis. | |
Detailed Description
Provide an interface to add a region.
Definition at line 177 of file syscSystemCouplingF.fi.
Constructor & Destructor Documentation
◆ syscaddregionf()
| type(syscerrorf) function syscaddregionf | ( | type(syscregionf), intent(in) | reg | ) |
Provide a function to add a region to be used in a coupled analysis.
If this region has already been added, then this call will have no effect.
If a different region with the same has already been added, then an error will be returned.
If the region name contains invalid characters, then a runtime eror will be thrown.
- Parameters
-
[in] reg - region to be added
- Returns
- a
SyscErrorFtype for error checking.
Definition at line 194 of file syscSystemCouplingF.fi.
195!
196 import :: syscregionf
197 import :: syscerrorf
198 type(SyscRegionF), intent(in) :: reg
199 type(SyscErrorF) :: ret
200!
201!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
202!DIR$ ATTRIBUTES DLLIMPORT :: syscAddRegionF
203!DIR$ ENDIF
204!