Skip to content

Commit

Permalink
revert input files nsteps and plot_int changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jun 19, 2024
1 parent 70c71f8 commit 9439b54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ExampleCodes/SUNDIALS/Exec/inputs_forward_euler
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions ExampleCodes/SUNDIALS/Exec/inputs_rk3
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions ExampleCodes/SUNDIALS/Exec/inputs_sundials_erk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9439b54

Please sign in to comment.