Skip to content

Commit a09edd5

Browse files
committed
Update tutorial titles to reflect 'Visual Editor' and 'Multi-threaded' terminology for clarity
1 parent da1384a commit a09edd5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tutorials/HeatConduction1DWallPlatform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1 class="top">
6161
/>
6262
</a>
6363
</h1>
64-
<h1>Heat Conduction Through a Wall Tutorial (FEAScript Platform)</h1>
64+
<h1>Heat Conduction Through a Wall Tutorial (Visual Editor)</h1>
6565

6666
<ul id="menu">
6767
<li><a href="#introduction">Introduction</a></li>

tutorials/HeatConduction2DFinGmsh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h3 id="gmshgeofile"><a name="gmshgeofile"></a>Example Gmsh ".geo" File</h3>
231231
>
232232

233233
<p>
234-
Note how the physical line tags in the geo file correspond to the boundary conditions in our FEAScript
234+
Note how the physical line tags in the ".geo" file correspond to the boundary conditions in our FEAScript
235235
code:
236236
</p>
237237
<ul>

tutorials/HeatConduction2DFinPlatform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1 class="top">
6161
/>
6262
</a>
6363
</h1>
64-
<h1>Heat Conduction in a Two-Dimensional Fin Tutorial (FEAScript platform)</h1>
64+
<h1>Heat Conduction in a Two-Dimensional Fin Tutorial (Visual Editor)</h1>
6565

6666
<ul id="menu">
6767
<li><a href="https://feascript.com/index.html">Home</a></li>

tutorials/HeatConduction2DFinWorker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1 class="top">
7272
/>
7373
</a>
7474
</h1>
75-
<h1>Heat Conduction in a Two-Dimensional Fin Tutorial (Web Worker)</h1>
75+
<h1>Heat Conduction in a Two-Dimensional Fin Tutorial (Multi-threaded)</h1>
7676

7777
<ul id="menu">
7878
<li><a href="#webworkerimplementation">Web Worker Implementation</a></li>

tutorials/SolidificationFront2DWorker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1 class="top">
7272
/>
7373
</a>
7474
</h1>
75-
<h1>Solidification Front Propagation in a Two-Dimensional Domain (Web Worker)</h1>
75+
<h1>Solidification Front Propagation in a Two-Dimensional Domain (Multi-threaded)</h1>
7676

7777
<ul id="menu">
7878
<li><a href="#webworkerimplementation">Web Worker Implementation</a></li>

0 commit comments

Comments
 (0)