From 1b97ec0b2500fdbf13a35f3800fc10ce3aaf6ff8 Mon Sep 17 00:00:00 2001
From: Alexander Jaust <alexander.jaust@ipvs.uni-stuttgart.de>
Date: Tue, 28 May 2019 14:54:37 +0200
Subject: [PATCH] update documentation

---
 doc/mkdocs/dumux_precice/docs/dumux_precice_coupling.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/mkdocs/dumux_precice/docs/dumux_precice_coupling.md b/doc/mkdocs/dumux_precice/docs/dumux_precice_coupling.md
index 6f83a14..ae33028 100644
--- a/doc/mkdocs/dumux_precice/docs/dumux_precice_coupling.md
+++ b/doc/mkdocs/dumux_precice/docs/dumux_precice_coupling.md
@@ -4,12 +4,14 @@
 
 ### Free flow and poious media flow coupling
 
+
+
 We plan to do the following
 
 | Solver | writes | reads |
 | ------ | ------ | ----- |
-| FreeFlow | Pressure | Velocity |
-| Darcy | Velocity | Pressure |
+| Darcy | Pressure | Velocity |
+| FreeFlow | Velocity | Pressure |
 
 The data is then incorporated into the BJS boundary conditions. Hopefully in a smart way.
 
@@ -17,6 +19,8 @@ The data is then incorporated into the BJS boundary conditions. Hopefully in a s
     - Does not prevent user to create more than one instance what is somewhat bad!
     - Does not really work. So forget about that now. Cannot pass it properly to our hacky helper functions.
 
+- We need to set the initial pressure in the Darcy problem back to 0.
+
 #### Questions
 
 In FreeFlow `ffproblem.hh`
-- 
GitLab