From af94ede2c90765986c68cfa8b9e6b4fd926c7754 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Wed, 23 Nov 2016 21:03:33 +0100
Subject: [PATCH] [1p][mpfa][test] Fix input file

---
 test/porousmediumflow/1p/implicit/test_mpfa1p.input | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/test/porousmediumflow/1p/implicit/test_mpfa1p.input b/test/porousmediumflow/1p/implicit/test_mpfa1p.input
index af7680464d..6b3398d5bb 100644
--- a/test/porousmediumflow/1p/implicit/test_mpfa1p.input
+++ b/test/porousmediumflow/1p/implicit/test_mpfa1p.input
@@ -3,18 +3,15 @@ DtInitial = 1 # [s]
 TEnd = 1 # [s]
 
 [Grid]
-File = ./grids/test_1p_2d.dgf
+UpperRight = 1 1
+Cells = 10 10
 
 [Problem]
 Name = 1ptestmpfao # name passed to the output routines
 
 [SpatialParams]
-LensLowerLeftX = 0.2 # [m]
-LensLowerLeftY = 0.2 # [m]
-LensLowerLeftZ = 0.2 # [m]
-LensUpperRightX = 0.8 # [m]
-LensUpperRightY = 0.8 # [m]
-LensUpperRightZ = 0.8 # [m]
+LensLowerLeft = 0.2 0.2 # [m]
+LensUpperRight = 0.8 0.8 # [m]
 
 Permeability = 1e-10 # [m^2]
 PermeabilityLens = 1e-12 # [m^2]
-- 
GitLab