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. More... | |
| type(syscsetupinfof) function | syscgetsetupinfof_a (analysisType) |
| Provide a function to get a setup info type. More... | |
| type(syscsetupinfof) function | syscgetsetupinfof_ar (analysisType, restartsSupported) |
| Provide a function to get a setup info type. More... | |
Detailed Description
Provide an interface to get a setup info type.
Definition at line 164 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 174 of file syscCommonTypesF.fi.
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 194 of file syscCommonTypesF.fi.
◆ 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 214 of file syscCommonTypesF.fi.