Skip to content
Snippets Groups Projects
Commit e37e7b42 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fixed timestep

parent 4789462e
No related branches found
No related tags found
1 merge request!3Resolve "Sine and cosine transforms to solve homogeneous Neumann and Dirichlet problems"
......@@ -325,12 +325,11 @@ def compute(args):
problem = Problem(method=method)
problem.insert(poisson,
min_max_U, min_max_W, adapt_dt,
#diffuse_S,
splitting,
dump_fields,
compute_mean_fields,
min_max_U, min_max_W,
adapt_dt)
compute_mean_fields)
problem.build(args)
# If a visu_rank was provided, and show_graph was set,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment