From 5386d95cf5af6ebb7f75308c2bbbbf069bfbab77 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Mon, 11 Dec 2017 16:31:56 +0100
Subject: [PATCH] [T] CT: Enable 2D heterogeneous comparison of V.

After removing the 3rd component from the Darcy velocity
and testing for a tight fit.
---
 ProcessLib/ComponentTransport/Tests.cmake | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ProcessLib/ComponentTransport/Tests.cmake b/ProcessLib/ComponentTransport/Tests.cmake
index ca64419672c..6aad32c5394 100644
--- a/ProcessLib/ComponentTransport/Tests.cmake
+++ b/ProcessLib/ComponentTransport/Tests.cmake
@@ -319,7 +319,7 @@ AddTest(
     REQUIREMENTS NOT OGS_USE_MPI
     DIFF_DATA
     2D1P-GWFlow_1_reference.vtu out_ogs5_H_pcs_0_ts_1_t_10000000.000000.vtu pressure_OGS5 pressure 1e-1 1e-3
-    #2D1P-GWFlow_1_reference.vtu out_ogs5_H_pcs_0_ts_1_t_10000000.000000.vtu NODAL_VELOCITY1 darcy_velocity 1e-1 1e-10
+    2D1P-GWFlow_1_reference.vtu out_ogs5_H_pcs_0_ts_1_t_10000000.000000.vtu NODAL_VELOCITY1 darcy_velocity 2e-11 0
     VIS out_ogs5_H_pcs_0_ts_10_t_100000000.000000.vtu
 )
 
@@ -336,5 +336,3 @@ AddTest(
     3D1P-GWFlow_1_reference.vtu out_ogs5_H_pcs_0_ts_1_t_10000000.000000.vtu NODAL_VELOCITY1 darcy_velocity 1e-10 1.4e-2
     VIS out_ogs5_H_pcs_0_ts_1_t_10000000.000000.vtu
 )
-
-
-- 
GitLab