diff --git a/applications/convection_diffusion/conv_diff_dg.mini b/applications/convection_diffusion/conv_diff_dg.mini index 1234e47ef5475d892cf620adf87ffff4e4ce8b57..b59cc2c020e168566c70b3a71b4a680e30afb583 100644 --- a/applications/convection_diffusion/conv_diff_dg.mini +++ b/applications/convection_diffusion/conv_diff_dg.mini @@ -44,7 +44,8 @@ opcounter = 1, 0 | expand opcount time_opcounter = 0, 1 | expand opcount exact_solution_expression = g compare_l2errorsquared = 1e-6 +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