From 95f2e1a89d81b32d9f996f6d76df714a9755acc5 Mon Sep 17 00:00:00 2001
From: David Seus <david.seus@mathematik.uni-stuttgart.de>
Date: Fri, 9 Oct 2020 12:27:35 +0200
Subject: [PATCH] Update README.md

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index f05f8bc..1b84f8f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
 # Numerical experiments for LDD-TPR
+This project provides a Fenics based 2D domain decomposition code implementing an LDD solver for two-phase flow systems. 
+Two-phase flow systems means, that each subdomain can either adopt the full two-phase flow equations or the Richards/Richardson. 
+Flexible domain substructurings are possible so long as each subdomain has polygonal boundary. 
 
 ## Manual how to set up latest fenix image in Docker
 Pull the latest fenics Docker image
-- 
GitLab