From 7dff8f4c5a685fbd0564a0625bc6349f282d9241 Mon Sep 17 00:00:00 2001
From: Alexander Kissinger <alexander.kissinger@iws.uni-stuttgart.de>
Date: Wed, 14 Jan 2015 13:30:32 +0000
Subject: [PATCH] - Forgot to add the grids in previous commit.

- Forgot to mention: Reviewed by Thomas Fetzer



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14055 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 .../richards/grids/test_richardsniconduction.dgf      | 11 +++++++++++
 .../richards/grids/test_richardsniconvection.dgf      | 11 +++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 test/implicit/richards/grids/test_richardsniconduction.dgf
 create mode 100644 test/implicit/richards/grids/test_richardsniconvection.dgf

diff --git a/test/implicit/richards/grids/test_richardsniconduction.dgf b/test/implicit/richards/grids/test_richardsniconduction.dgf
new file mode 100644
index 0000000000..c3b8edac50
--- /dev/null
+++ b/test/implicit/richards/grids/test_richardsniconduction.dgf
@@ -0,0 +1,11 @@
+DGF
+Interval
+0 0   % first corner 
+5 1   % second corner
+200 1  % number of cells in x and y direction
+# 
+
+BOUNDARYDOMAIN
+default 1    % all boundaries have id 1
+#BOUNDARYDOMAIN
+# unitcube.dgf 
diff --git a/test/implicit/richards/grids/test_richardsniconvection.dgf b/test/implicit/richards/grids/test_richardsniconvection.dgf
new file mode 100644
index 0000000000..83adf4b1bf
--- /dev/null
+++ b/test/implicit/richards/grids/test_richardsniconvection.dgf
@@ -0,0 +1,11 @@
+DGF
+Interval
+0 0   % first corner 
+20 1   % second corner
+80 1  % number of cells in x and y direction
+# 
+
+BOUNDARYDOMAIN
+default 1    % all boundaries have id 1
+#BOUNDARYDOMAIN
+# unitcube.dgf 
-- 
GitLab