Skip to content
Snippets Groups Projects
Commit 4a17ebf3 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

use bigger timestep

parent 4fe3a586
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ parser.add_argument('--multiplejob', ...@@ -36,7 +36,7 @@ parser.add_argument('--multiplejob',
def plain(opt): def plain(opt):
wd = opt.work_dir wd = opt.work_dir
opt.work_dir = wd + '/N{0:0>3x}_1'.format(opt.n) opt.work_dir = wd + '/N{0:0>3x}_1'.format(opt.n)
c0 = launch(opt, dt = 0.2/opt.n) c0 = launch(opt, dt = 0.4/opt.n)
c0.compute_statistics() c0.compute_statistics()
for s in range(c0.particle_species): for s in range(c0.particle_species):
acceleration_test(c0, species = s) acceleration_test(c0, species = s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment