syscsetupinfof Type Reference
Last update: 17.07.2025Provide a type for System Coupling setup information. More...
Public Attributes | |
| integer(kind=8) | analysistype |
| Analysis type. | |
| logical(kind=8) | restartssupported |
| Restarts supported flag. | |
| integer(kind=8) | dimension |
| Participant dimension. | |
| integer(kind=8) | timeintegration |
| Time integration method. | |
Detailed Description
Provide a type for System Coupling setup information.
To create and/or initialize the SyscSetupInfo struct, it is highly recommended to use one of the functions within the syscGetSetupInfoF interface. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:
Definition at line 165 of file syscCommonTypesF.fi.
Member Data Documentation
◆ analysistype
| integer(kind=8) analysistype |
Analysis type.
Definition at line 166 of file syscCommonTypesF.fi.
◆ dimension
| integer(kind=8) dimension |
Participant dimension.
Definition at line 168 of file syscCommonTypesF.fi.
◆ restartssupported
| logical(kind=8) restartssupported |
Restarts supported flag.
Definition at line 167 of file syscCommonTypesF.fi.
◆ timeintegration
| integer(kind=8) timeintegration |
Time integration method.
Definition at line 169 of file syscCommonTypesF.fi.