syscgetsetupinfof Interface Reference
Last update: 17.07.2025Provide an interface to get a setup info type. More...
Public Member Functions | |
| type(syscsetupinfof) function | syscgetsetupinfof () |
| Provide a function to get a setup info type. | |
| type(syscsetupinfof) function | syscgetsetupinfof_a (analysistype) |
| Provide a function to get a setup info type. | |
| type(syscsetupinfof) function | syscgetsetupinfof_ar (analysistype, restartssupported) |
| Provide a function to get a setup info type. | |
| type(syscsetupinfof) function | syscgetsetupinfof_ard (analysistype, restartssupported, dimension) |
| Provide a function to get a setup info type. | |
Detailed Description
Provide an interface to get a setup info type.
Definition at line 170 of file syscCommonTypesF.fi.
Constructor & Destructor Documentation
◆ syscgetsetupinfof()
| type(syscsetupinfof) function syscgetsetupinfof |
Provide a function to get a setup info type.
Analysis type will be set to steady. Restarts supported flag will be set to false.
- Returns
- a SyscSetupInfoF type.
Definition at line 180 of file syscCommonTypesF.fi.
181!
182 import :: syscsetupinfof
183 type(SyscSetupInfoF) :: ret
184!
185!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
186!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF
187!DIR$ ENDIF
188!
Member Function/Subroutine Documentation
◆ syscgetsetupinfof_a()
| type(syscsetupinfof) function syscgetsetupinfof_a | ( | integer(kind=4), intent(in) | analysistype | ) |
Provide a function to get a setup info type.
- Parameters
-
[in] analysisType - analysis type.
Restarts supported flag will be set to false.
- Returns
- a SyscSetupInfoF type.
Definition at line 200 of file syscCommonTypesF.fi.
201!
202 import :: syscsetupinfof
203 integer(kind=4), intent(in) :: analysisType
204 type(SyscSetupInfoF) :: ret
205!
206!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
207!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF_A
208!DIR$ ENDIF
209!
◆ syscgetsetupinfof_ar()
| type(syscsetupinfof) function syscgetsetupinfof_ar | ( | integer(kind=4), intent(in) | analysistype, |
| logical, intent(in) | restartssupported | ||
| ) |
Provide a function to get a setup info type.
- Parameters
-
[in] analysisType - analysis type. [in] restartsSupported - restarts supported flag.
- Returns
- a SyscSetupInfoF type.
Definition at line 220 of file syscCommonTypesF.fi.
222!
223 import :: syscsetupinfof
224 integer(kind=4), intent(in) :: analysisType
225 logical, intent(in) :: restartsSupported
226 type(SyscSetupInfoF) :: ret
227!
228!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
229!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF_AR
230!DIR$ ENDIF
231!
◆ syscgetsetupinfof_ard()
| type(syscsetupinfof) function syscgetsetupinfof_ard | ( | integer(kind=4), intent(in) | analysistype, |
| logical, intent(in) | restartssupported, | ||
| integer(kind=8), intent(in) | dimension | ||
| ) |
Provide a function to get a setup info type.
- Parameters
-
[in] analysisType - analysis type. [in] restartsSupported - restarts supported flag. [in] dimension - participant dimension.
- Returns
- a SyscSetupInfoF type.
Definition at line 243 of file syscCommonTypesF.fi.
245!
246 import :: syscsetupinfof
247 integer(kind=4), intent(in) :: analysisType
248 logical, intent(in) :: restartsSupported
249 integer(kind=8), intent(in) :: dimension
250 type(SyscSetupInfoF) :: ret
251!
252!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
253!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupInfoF_ARD
254!DIR$ ENDIF
255!