From 64591cc29c22290c44b2c553c3bc6cd3b9f4afef Mon Sep 17 00:00:00 2001 From: Boris Martin <boris.martin.be@gmail.com> Date: Fri, 7 Oct 2022 12:00:39 +0200 Subject: [PATCH] update latex --- tutorials/poisson_overlap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/poisson_overlap/README.md b/tutorials/poisson_overlap/README.md index 12692728..2b4701a8 100644 --- a/tutorials/poisson_overlap/README.md +++ b/tutorials/poisson_overlap/README.md @@ -1,4 +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 +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