Skip to content
Snippets Groups Projects
Commit 7a81af58 authored by Denis Louis's avatar Denis Louis
Browse files

readme final update

parent ac7bd16b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment