Skip to main content

Type fortran::syscsetupinfof undefined

Definition: syscCommonTypesF.fi (line 184)

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:

SyscSetupInfo setupInfo = syscGetSetupInfoF(SyscSteady);

Members

Public attributes

Variable analysistype

Definition: syscCommonTypesF.fi (line 185)

integer(kind=8) analysistype

Analysis type.

Type: integer(kind=8)

Variable restartssupported

Definition: syscCommonTypesF.fi (line 186)

logical(kind=8) restartssupported

Restarts supported flag.

Type: logical(kind=8)

Variable dimension

Definition: syscCommonTypesF.fi (line 187)

integer(kind=8) dimension

Participant dimension.

Type: integer(kind=8)

Variable timeintegration

Definition: syscCommonTypesF.fi (line 188)

integer(kind=8) timeintegration

Time integration method.

Type: integer(kind=8)

Variable participanttype

Definition: syscCommonTypesF.fi (line 189)

integer(kind=8) participanttype

Participant type.

Type: integer(kind=8)