You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The boolean variables defined by the scheme file init-fsi.scm which are modified in the source files have names like udf/convergence, udf/iterate. These names should be more consistent with the main preCICE API to provide a better understanding of the adapter workflow.
Possible changes are: udf/convergence --> udf/isConvergenceAchieved udf/iterate --> udf/isImplicitIterationComplete udf/ongoing --> udf/isCouplingOngoing
These variables are critical as they act as boolean signals between preCICE and FLUENT.