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
{{ message }}
This repository was archived by the owner on May 18, 2019. It is now read-only.
infoStreamPrint(LOG_STDOUT, 0, "Using sparse solver kinsol for nonlinear system %d,\nbecause density of %.2f remains under threshold of %.2f and size of %d exceeds threshold of %d.\nThe maximum density and the minimal system size for using sparse solvers can be specified\nusing the runtime flags '<-nlsMaxDensity=value>' and '<-nlsMinSize=value>'.", i, nnz/(double)(size*size), nonlinearSparseSolverMaxDensity, size, nonlinearSparseSolverMinSize);
/* FLAG_NEWTON_STRATEGY */"value specifies the damping strategy for the newton solver",
167
169
/* FLAG_NLS */"value specifies the nonlinear solver",
168
170
/* FLAG_NLS_INFO */"outputs detailed information about solving process of non-linear systems into csv files.",
171
+
/* FLAG_NLS_MAX_DENSITY */"[double (default 0.2)] value specifies the maximum density for using a non-linear sparse solver",
172
+
/* FLAG_NLS_MIN_SIZE */"[int (default 10001)] value specifies the minimum system size for using a non-linear sparse solver",
169
173
/* FLAG_NLS_LS */"value specifies the linear solver used by the non-linear solver",
170
174
/* FLAG_NOEMIT */"do not emit any results to the result file",
171
175
/* FLAG_NOEQUIDISTANT_GRID */"stores results not in equidistant time grid as given by stepSize or numberOfIntervals, instead the variable step size of dassl is used.",
0 commit comments