diff --git a/examples/advection/surface.py b/examples/advection/surface.py index 2d9c8d129162d76d3937aab81bde28944b17a08a..c0bb772cd4c9b3c811530b2835466c079ef97184 100644 --- a/examples/advection/surface.py +++ b/examples/advection/surface.py @@ -104,9 +104,9 @@ def main(ctx_factory, dim=2, order=4, product_tag=None, visualize=False): resolution = 64 if dim == 2 else 1 # cfl - dt_factor = 1.0 + dt_factor = 2.0 # final time - final_time = 2.0 * np.pi + final_time = np.pi # velocity field sym_x = sym.nodes(dim)