Structure SyscSetupInfo
Definition: syscCommonTypes.h (line 191)
Provide a structure for System Coupling setup information.
To create and/or initialize the SyscSetupInfo struct, it is highly recommended to use one of the functions with names starting with syscGetSetupInfo. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:
SyscSetupInfo setupInfo = syscGetSetupInfoA(SyscSteady);
Members
Public attributes
Variable analysisType
Definition: syscCommonTypes.h (line 139)
enum SyscAnalysisType SyscSetupInfo::analysisType
Analysis type.
Type: enum SyscAnalysisType
Variable restartsSupported
Definition: syscCommonTypes.h (line 193)
int SyscSetupInfo::restartsSupported
Flag indicating whether restarts are supported.
Type: int
Variable dimension
Definition: syscCommonTypes.h (line 193)
enum SyscDimension SyscSetupInfo::dimension
Participant dimension.
Type: enum SyscDimension
Variable timeIntegration
Definition: syscCommonTypes.h (line 193)
enum SyscTimeIntegration SyscSetupInfo::timeIntegration
Time integration method
Type: enum SyscTimeIntegration
Variable participantType
Definition: syscCommonTypes.h (line 193)
enum SyscParticipantType SyscSetupInfo::participantType
Participant type
Type: enum SyscParticipantType