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): ...@@ -325,12 +325,11 @@ def compute(args):
problem = Problem(method=method) problem = Problem(method=method)
problem.insert(poisson, problem.insert(poisson,
min_max_U, min_max_W, adapt_dt,
#diffuse_S, #diffuse_S,
splitting, splitting,
dump_fields, dump_fields,
compute_mean_fields, compute_mean_fields)
min_max_U, min_max_W,
adapt_dt)
problem.build(args) problem.build(args)
# If a visu_rank was provided, and show_graph was set, # 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