This repository was archived by the owner on May 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353
5454int check_nonlinear_solution (DATA * data , int printFailingSystems , int sysNumber );
5555
56- int init_lambda_steps = 4 ;
56+ int init_lambda_steps = 1 ;
5757
5858struct dataNewtonAndHybrid
5959{
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ const char *FLAG_DESC[FLAG_MAX+1] = {
142142 /* FLAG_IIF */ "value specifies an external file for the initialization of the model" ,
143143 /* FLAG_IIM */ "value specifies the initialization method" ,
144144 /* FLAG_IIT */ "[double] value specifies a time for the initialization of the model" ,
145- /* FLAG_ILS */ "[int] default: 4 " ,
145+ /* FLAG_ILS */ "[int] default: 1 " ,
146146 /* FLAG_IMPRK_ORDER */ "[int (default 5)] value specifies the integration order of the implicit Runge-Kutta method. Valid values: 1-6" ,
147147 /* FLAG_IMPRK_LS */ "selects the linear solver of the integration methods: impeuler, trapezoid and imprungekuta" ,
148148 /* FLAG_INITIAL_STEP_SIZE */ "value specifies an initial step size for supported solver" ,
@@ -265,7 +265,7 @@ const char *FLAG_DETAILED_DESC[FLAG_MAX+1] = {
265265 " Value [Real] specifies a time for the initialization of the model." ,
266266 /* FLAG_ILS */
267267 " Value specifies the number of steps for homotopy method (required: -iim=symbolic).\n"
268- " The value is an Integer with default value 4 ." ,
268+ " The value is an Integer with default value 1 ." ,
269269 /* FLAG_IMPRK_ORDER */
270270 " Value specifies the integration order of the implicit Runge-Kutta method. Valid values: 1 to 6. Default order is 5." ,
271271 /* FLAG_IMPRK_LS */
You can’t perform that action at this time.
0 commit comments