    

 ## On this page

  

 

 # syscsetupinfof Type Reference

 Last update: 17.07.2025 

Provide a type for System Coupling setup information. [More...](structfortran_1_1syscsetupinfof.xhtml#details)

## <a id="pub-attribs" name="pub-attribs"></a>Public Attributes

integer(kind=8) [analysistype](structfortran_1_1syscsetupinfof.xhtml#aeab455ed168e2f3e178793e8f6c69c50) Analysis type. [More...](structfortran_1_1syscsetupinfof.xhtml#aeab455ed168e2f3e178793e8f6c69c50)  
 logical(kind=8) [restartssupported](structfortran_1_1syscsetupinfof.xhtml#a4a6aff883f05c2ab2f3fedc949218ed0) Restarts supported flag. [More...](structfortran_1_1syscsetupinfof.xhtml#a4a6aff883f05c2ab2f3fedc949218ed0)  
 <a id="details" name="details"></a>## 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:

syscsetupinfo setupinfo = syscgetsetupinfof(syscsteady);



Definition at line [155](syscCommonTypesF_8fi_source.xhtml#l00155) of file [syscCommonTypesF.fi](syscCommonTypesF_8fi_source.xhtml).



## Member Data Documentation

<a id="aeab455ed168e2f3e178793e8f6c69c50" name="aeab455ed168e2f3e178793e8f6c69c50"></a>## [◆ ](#aeab455ed168e2f3e178793e8f6c69c50)analysistype

 integer(kind=8) analysistype

Analysis type.

Definition at line [156](syscCommonTypesF_8fi_source.xhtml#l00156) of file [syscCommonTypesF.fi](syscCommonTypesF_8fi_source.xhtml).

<a id="l00156" name="l00156"></a> 156 integer(kind=8) :: analysisType







<a id="a4a6aff883f05c2ab2f3fedc949218ed0" name="a4a6aff883f05c2ab2f3fedc949218ed0"></a>## [◆ ](#a4a6aff883f05c2ab2f3fedc949218ed0)restartssupported

 logical(kind=8) restartssupported

Restarts supported flag.

Definition at line [157](syscCommonTypesF_8fi_source.xhtml#l00157) of file [syscCommonTypesF.fi](syscCommonTypesF_8fi_source.xhtml).

<a id="l00157" name="l00157"></a> 157 logical(kind=8) :: restartsSupported