From 9439b54451f8b771b0f8433366fcbbeaf3fd94c7 Mon Sep 17 00:00:00 2001 From: "David J. Gardner" Date: Wed, 19 Jun 2024 09:37:34 -0700 Subject: [PATCH] revert input files nsteps and plot_int changes --- ExampleCodes/SUNDIALS/Exec/inputs_forward_euler | 4 ++-- ExampleCodes/SUNDIALS/Exec/inputs_rk3 | 4 ++-- ExampleCodes/SUNDIALS/Exec/inputs_sundials_erk | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ExampleCodes/SUNDIALS/Exec/inputs_forward_euler b/ExampleCodes/SUNDIALS/Exec/inputs_forward_euler index 68bfab5a..39b09830 100644 --- a/ExampleCodes/SUNDIALS/Exec/inputs_forward_euler +++ b/ExampleCodes/SUNDIALS/Exec/inputs_forward_euler @@ -1,8 +1,8 @@ n_cell = 32 max_grid_size = 16 -nsteps = 10 -plot_int = 1 +nsteps = 1000 +plot_int = 100 dt = 1.e-5 diff --git a/ExampleCodes/SUNDIALS/Exec/inputs_rk3 b/ExampleCodes/SUNDIALS/Exec/inputs_rk3 index 4e38700f..6eb60137 100644 --- a/ExampleCodes/SUNDIALS/Exec/inputs_rk3 +++ b/ExampleCodes/SUNDIALS/Exec/inputs_rk3 @@ -1,8 +1,8 @@ n_cell = 32 max_grid_size = 16 -nsteps = 10 -plot_int = 1 +nsteps = 1000 +plot_int = 100 dt = 1.e-5 diff --git a/ExampleCodes/SUNDIALS/Exec/inputs_sundials_erk b/ExampleCodes/SUNDIALS/Exec/inputs_sundials_erk index d48d36e4..e9df5617 100644 --- a/ExampleCodes/SUNDIALS/Exec/inputs_sundials_erk +++ b/ExampleCodes/SUNDIALS/Exec/inputs_sundials_erk @@ -2,8 +2,8 @@ n_cell = 32 max_grid_size = 16 # number of output steps -nsteps = 10 -plot_int = 1 +nsteps = 1000 +plot_int = 100 dt = 1.e-5