Skip to content

Commit 1fd9a16

Browse files
committed
2 parents 127a891 + 7c49803 commit 1fd9a16

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

assets/icons8-gui-48.png

-411 Bytes
Binary file not shown.

assets/puzzle_icon.ico

3.41 KB
Binary file not shown.

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
8282
<a href="https://platform.feascript.com/" target="_blank">
8383
FEAScript platform
8484
<img
85-
src="./assets/icons8-gui-48.png"
86-
alt="GUI Icon"
87-
style="width: 18px; height: 18px; vertical-align: middle; margin-left: 2px; margin-bottom: 4px"
85+
src="./assets/puzzle_icon.ico"
86+
alt="Puzzle Icon"
87+
style="width: 15px; height: 15px; vertical-align: middle; margin-left: 2px; margin-bottom: 4px"
8888
/>
8989
</a>
9090
</li>
9191
<li>
92-
<a href="https://github.com/FEAScript/FEAScript-core" target="_blank">
92+
<a href="https://github.com/FEAScript/" target="_blank">
9393
GitHub
9494
<img
9595
src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"

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)