From e9d1767337dffc1e45db52311c30b4fdb11e0d0d Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Mon, 25 Sep 2017 11:28:32 +0200 Subject: [PATCH] Do greedy measurement of standard poisson example --- applications/poisson_dg/poisson_dg.mini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/poisson_dg/poisson_dg.mini b/applications/poisson_dg/poisson_dg.mini index 519f4360..021da749 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 -- GitLab