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

max_dt

parent 1671b4b4
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ def compute(args): ...@@ -204,7 +204,7 @@ def compute(args):
implementation=impl, **extra_op_kwds) implementation=impl, **extra_op_kwds)
### Adaptive timestep operator ### Adaptive timestep operator
adapt_dt = AdaptiveTimeStep(dt, equivalent_CFL=True, max_dt=1e-2, adapt_dt = AdaptiveTimeStep(dt, equivalent_CFL=True, max_dt=1e-4,
name='merge_dt', pretty_name='dt', ) name='merge_dt', pretty_name='dt', )
dt_cfl = adapt_dt.push_cfl_criteria(cfl=args.cfl, Finf=min_max_U.Finf, dt_cfl = adapt_dt.push_cfl_criteria(cfl=args.cfl, Finf=min_max_U.Finf,
equivalent_CFL=True, equivalent_CFL=True,
......
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