Skip to content

Commit

Permalink
some progress
Browse files Browse the repository at this point in the history
  • Loading branch information
maggul committed Jul 9, 2024
1 parent 3c6c7b1 commit c28de80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/arkode/C_serial/lsrk_analytic_VarJac.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ int main(void)
if (check_flag(&flag, "LSRKodeSetMaxStageNum", 1)) { return 1; }

/* Specify max number of steps allowed */
flag = LSRKodeSetMaxStepNum(arkode_mem, 1000);
flag = LSRKodeSetMaxStepNum(arkode_mem, 5000);
if (check_flag(&flag, "LSRKodeSetMaxStepNum", 1)) { return 1; }

/* Specify safety factor for user provided SprRad */
Expand Down Expand Up @@ -300,4 +300,4 @@ static int compute_error(N_Vector y, sunrealtype t)
fprintf(stdout, "\nACCURACY at the final time = %" GSYM "\n", err);
}

/*---- end of file ----*/
/*---- end of file ----*/

0 comments on commit c28de80

Please sign in to comment.