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. | |
| type(syscsetupinfof) function | syscgetsetupinfof_ardt (analysistype, restartssupported, dimension, timeintegration) |
| Provide a function to get a setup info type. | |
Detailed Description
Provide an interface to get a setup info type.
Definition at line 176 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. Dimension will be set to 3. Time integration will be set to implicit.
- Returns
- a SyscSetupInfoF type.
Definition at line 188 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. Dimension will be set to 3. Time integration will be set to implicit.
- Returns
- a SyscSetupInfoF type.
Definition at line 210 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.
Dimension will be set to 3. Time integration will be set to implicit.
- Returns
- a SyscSetupInfoF type.
Definition at line 233 of file syscCommonTypesF.fi.
◆ 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.
Time integration will be set to implicit.
- Returns
- a SyscSetupInfoF type.
Definition at line 258 of file syscCommonTypesF.fi.
◆ syscgetsetupinfof_ardt()
| type(syscsetupinfof) function syscgetsetupinfof_ardt | ( | integer(kind=4), intent(in) | analysistype, |
| logical, intent(in) | restartssupported, | ||
| integer(kind=8), intent(in) | dimension, | ||
| integer(kind=8), intent(in) | timeintegration | ||
| ) |
Provide a function to get a setup info type.
- Parameters
-
[in] analysisType - analysis type. [in] restartsSupported - restarts supported flag. [in] dimension - participant dimension. [in] timeIntegration - time integration method.
- Returns
- a SyscSetupInfoF type.
Definition at line 283 of file syscCommonTypesF.fi.