Skip to content

Commit

Permalink
Removed commented-out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Jul 31, 2024
1 parent f1e8be9 commit 672117f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions examples/arkode/CXX_serial/ark_heat2D_lsrk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,25 +320,6 @@ int main(int argc, char* argv[])
flag = ARKodeSetStopTime(arkode_mem, udata->tf);
if (check_flag(&flag, "ARKodeSetStopTime", 1)) { return 1; }

// Set Optimal Parameters
// flag = ARKodeSetSafetyFactor(arkode_mem, 0.99);
// if (check_flag(&flag, "ARKodeSetSafetyFactor", 1)) { return 1; }

// flag = ARKodeSetMaxGrowth(arkode_mem, 25.0);
// if (check_flag(&flag, "ARKodeSetMaxGrowth", 1)) { return 1; }

// flag = ARKodeSetMaxEFailGrowth(arkode_mem, 0.3);
// if (check_flag(&flag, "ARKodeSetMaxEFailGrowth", 1)) { return 1; }

// flag = ARKodeSetErrorBias(arkode_mem, 1.2);
// if (check_flag(&flag, "ARKodeSetErrorBias", 1)) { return 1; }

// flag = ARKodeSetAdaptivityAdjustment(arkode_mem, 1);
// if (check_flag(&flag, "ARKodeSetAdaptivityAdjustment", 1)) { return 1; }

// flag = ARKodeSetMaxNumSteps(arkode_mem, 20000);
// if (check_flag(&flag, "ARKodeSetAdaptivityAdjustment", 1)) { return 1; }

// -----------------------
// Loop over output times
// -----------------------
Expand Down

0 comments on commit 672117f

Please sign in to comment.