sysccompletecouplingsetupf Interface Reference
Last update: 17.07.2025Public Member Functions | |
| type(syscerrorf) function | sysccompletecouplingsetupf_v2 (analysistype) |
Detailed Description
Definition at line 16 of file syscLegacyInterfacesF.fi.
Constructor & Destructor Documentation
◆ sysccompletecouplingsetupf()
| type(syscerrorf) function sysccompletecouplingsetupf |
Definition at line 18 of file syscLegacyInterfacesF.fi.
19 import :: syscerrorf
20 type(SyscErrorF) :: ret
21!
22!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
23!DIR$ ATTRIBUTES DLLIMPORT :: syscCompleteCouplingSetupF
24!DIR$ ENDIF
25!
Member Function/Subroutine Documentation
◆ sysccompletecouplingsetupf_v2()
| type(syscerrorf) function sysccompletecouplingsetupf_v2 | ( | integer(kind=4), intent(in) | analysistype | ) |
Definition at line 28 of file syscLegacyInterfacesF.fi.
29 import :: syscerrorf
30 integer(kind=4), intent(in) :: analysisType
31 type(SyscErrorF) :: ret
32!
33!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
34!DIR$ ATTRIBUTES DLLIMPORT :: syscCompleteCouplingSetupF_v2
35!DIR$ ENDIF
36!