From 7a81af58d850150f6e1f3ab8eb0374bc3523708c Mon Sep 17 00:00:00 2001 From: Louis Denis <louis.denis@student.uliege.be> Date: Sun, 15 May 2022 12:01:40 +0200 Subject: [PATCH] readme final update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6470c3..ae94909 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To create a .geo file compatible with the program, some rules must be respected: First, a `Curve Loop` gathering the lines representing the boundary of the FEM domain must be created. Then, a `Plane Surface` containing the corresponding curve loop must be created. Finally, if the plane surface is the first of the .geo file, the physical surface must be created as: - <pre><code>Physical Surface("FEM_domain", x) = {1};.<code><pre> + `Physical Surface("FEM_domain", x) = {1};`, where x is the tag of the physical surface. Multiple sub domains can be included in the FEM domain. For example, if plane surfaces have been created for five sub domains, the physical surface must be created as: -- GitLab