From 3f002d50260a1e61d773fe8a07340e841fa63606 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Wed, 1 Feb 2017 18:14:31 +0100
Subject: [PATCH] Also update poisson_dg application

---
 applications/poisson_dg/poisson_dg.mini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/applications/poisson_dg/poisson_dg.mini b/applications/poisson_dg/poisson_dg.mini
index 51385f8d..00a7269e 100644
--- a/applications/poisson_dg/poisson_dg.mini
+++ b/applications/poisson_dg/poisson_dg.mini
@@ -42,7 +42,8 @@ vectorize_grads = 1
 instrumentation_level = 2, 3, 4 | expand
 opcounter = 1, 0 | expand opcount
 time_opcounter = 0, 1 | expand opcount
+quadrature_order = {formcompiler.ufl_variants.degree} * 2 | eval
 
 [formcompiler.ufl_variants]
 cell = hexahedron
-degree = 2, 3, 4, 5, 6, 7, 8, 9, 10 | expand
+degree = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | expand
-- 
GitLab