Skip to content

Commit 2659a63

Browse files
committed
Remove redundant advantages list for Gmsh in HeatConduction2DFinGmsh tutorial
1 parent 431e7db commit 2659a63

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tutorials/HeatConduction2DFinGmsh.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,6 @@ <h2 id="gmshfileimport"><a name="gmshfileimport"></a>Gmsh File Import</h2>
104104
conduction problem.
105105
</p>
106106

107-
<p>The key advantages of using Gmsh with FEAScript include:</p>
108-
<ul>
109-
<li>Ability to create complex geometries that would be difficult to define programmatically</li>
110-
<li>Control over mesh refinement in specific regions</li>
111-
<li>Ability to define physical groups that map to boundary conditions</li>
112-
<li>Support for various element types (quadrilaterals and triangles)</li>
113-
</ul>
114-
115-
<p>The code below shows how to import a Gmsh .msh file and set up the problem:</p>
116-
117107
<pre class="prettyprint">
118108
&lt;script type="module"&gt;
119109
import { FEAScriptModel, importGmshQuadTri, plotSolution, printVersion } from "https://core.feascript.com/src/index.js";

0 commit comments

Comments
 (0)