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
/* FLAG_CPU */"dumps the cpu-time into the result file",
120
121
/* FLAG_CSV_OSTEP */"value specifies csv-files for debuge values for optimizer step",
121
122
/* FLAG_DAE_MODE */"flag to let the integrator use daeResiduals",
122
-
/* FLAG_DELTA_X */"value specifies the delta x value for numerical differentiation, used by linearization or integrator",
123
+
/* FLAG_DELTA_X_LINEARIZE */"value specifies the delta x value for numerical differentiation used by linearization. The default value is 1e-5.",
124
+
/* FLAG_DELTA_X_SOLVER */"value specifies the delta x value for numerical differentiation used by integrator. The default values is sqrt(DBL_EPSILON).",
123
125
/* FLAG_EMBEDDED_SERVER */"enables an embedded server. Valid values: none, opc-da [broken], opc-ua [experimental], or the path to a shared object.",
124
126
/* FLAG_EMIT_PROTECTED */"emits protected variables to the result-file",
125
127
/* FLAG_F */"value specifies a new setup XML file to the generated simulation code",
0 commit comments