Skip to content

Commit

Permalink
try and error
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Apr 20, 2018
1 parent bb23e6a commit db20023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pySDC/projects/Hamiltonian/fput_imex.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def setup_fput():
# initialize level parameters
level_params = dict()
level_params['restol'] = 1E-08
level_params['dt'] = 25.0
level_params['dt'] = 10.0

# initialize sweeper parameters
sweeper_params = dict()
Expand Down Expand Up @@ -81,7 +81,7 @@ def run_simulation():
t0 = 0.0
# set this to 10000 to reproduce the picture in
# http://www.scholarpedia.org/article/Fermi-Pasta-Ulam_nonlinear_lattice_oscillations
Tend = 50.0
Tend = 100.0
num_procs = 1

f = open('fput_out.txt', 'w')
Expand Down

0 comments on commit db20023

Please sign in to comment.