From c2bb0616c2f1c615021acb44210649e671661be1 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Thu, 7 Apr 2016 14:57:27 +0200
Subject: [PATCH] Add quick switch to disable jacobians in example

---
 test/CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index afe634a1..408a12f2 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,5 +1,7 @@
 add_generated_executable(UFLFILE ../examples/laplace.ufl
-                         TARGET laplace)
+                         TARGET laplace
+#                         FORM_COMPILER_ARGS --numerical-jacobian
+                         )
 
 dune_add_system_test(TARGET laplace
                      INIFILE laplace.mini)
-- 
GitLab