diff --git a/doc/mkdocs/dumux_precice/docs/dumux_precice_coupling.md b/doc/mkdocs/dumux_precice/docs/dumux_precice_coupling.md
index 6f83a146966bb05e01159a7db25b9ff9aec1215d..ae330280e54240d1238ed9776d0d3e5ae96a32b7 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`