From 2410de9043940e8c049fd96cb5d1ffc2fcb65690 Mon Sep 17 00:00:00 2001
From: Boris Martin <boris.martin.be@gmail.com>
Date: Fri, 7 Oct 2022 11:55:27 +0200
Subject: [PATCH] proto readme

---
 tutorials/poisson_overlap/README.md | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tutorials/poisson_overlap/README.md

diff --git a/tutorials/poisson_overlap/README.md b/tutorials/poisson_overlap/README.md
new file mode 100644
index 00000000..12692728
--- /dev/null
+++ b/tutorials/poisson_overlap/README.md
@@ -0,0 +1,4 @@
+# Poisson Equation with overlap and Dirichlet 
+
+We solve a homogeneous Poisson (i.e. Laplace) equation with domain decomposition.
+The domain is a 2 by one rectangle, with boundary conditions $u(0, y) = 0, u(2, y) = 2$ and homogenuous von Neumann conditions on the other edges. The analytical solution is $u(x,y) = x$.
\ No newline at end of file
-- 
GitLab