    

 ## On this page

  

 

 # sysc::SolutionControl Struct Reference

 Last update: 17.07.2025 

Provide a structure containing solution control. [More...](structsysc_1_1SolutionControl.xhtml#details)

`#include <<a class="el" href="CommonTypes_8hpp_source.xhtml">CommonTypes.hpp</a>>`

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

int [minimumIterations](structsysc_1_1SolutionControl.xhtml#a6c84cc77b261df44b0f7f339f77a526b) {0} int [maximumIterations](structsysc_1_1SolutionControl.xhtml#a0c973b27756ebeaf6fbe6d456c13b697) {0} <a id="details" name="details"></a>## Detailed Description

Provide a structure containing solution control.

Definition at line [57](CommonTypes_8hpp_source.xhtml#l00057) of file [CommonTypes.hpp](CommonTypes_8hpp_source.xhtml).



## Member Data Documentation

<a id="a0c973b27756ebeaf6fbe6d456c13b697" name="a0c973b27756ebeaf6fbe6d456c13b697"></a>## [◆ ](#a0c973b27756ebeaf6fbe6d456c13b697)maximumIterations

 int sysc::SolutionControl::maximumIterations {0}

Max iterations (per time step, if transient).

Definition at line [59](CommonTypes_8hpp_source.xhtml#l00059) of file [CommonTypes.hpp](CommonTypes_8hpp_source.xhtml).

 59{0}; 







<a id="a6c84cc77b261df44b0f7f339f77a526b" name="a6c84cc77b261df44b0f7f339f77a526b"></a>## [◆ ](#a6c84cc77b261df44b0f7f339f77a526b)minimumIterations

 int sysc::SolutionControl::minimumIterations {0}

Min iterations (per time step, if transient).

Definition at line [58](CommonTypes_8hpp_source.xhtml#l00058) of file [CommonTypes.hpp](CommonTypes_8hpp_source.xhtml).

 58{0};