diff --git a/applications/poisson_dg/poisson_dg.mini b/applications/poisson_dg/poisson_dg.mini index 519f43601a9db034c4a05c0cc80134301df003e7..021da7499d2887a2637e5d267dbfe8556f4c4be2 100644 --- a/applications/poisson_dg/poisson_dg.mini +++ b/applications/poisson_dg/poisson_dg.mini @@ -38,7 +38,7 @@ extension = vtu fastdg = 1 sumfact = 1 vectorize_quad = 1 -vectorize_grads = 1 +vectorize_greedy = 1 instrumentation_level = 2, 3, 4 | expand opcounter = 1, 0 | expand opcount time_opcounter = 0, 1 | expand opcount @@ -46,4 +46,4 @@ quadrature_order = {formcompiler.ufl_variants.degree} * 2 | eval [formcompiler.ufl_variants] cell = hexahedron -degree = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | expand +degree = 1, 3, 5, 7, 9 | expand