Skip to content

Commit afbe30b

Browse files
committed
Update references to "FEAScript-platform" to "FEAScript platform" for consistency
1 parent 5096b2b commit afbe30b

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
6363
<ul id="menu">
6464
<li><a href="#gettingstarted">Getting Started</a></li>
6565
<li><a href="#features">Features</a></li>
66-
<li><a href="#feascript-platform">FEAScript-platform</a></li>
66+
<li><a href="#feascriptplatform">FEAScript Platform</a></li>
6767
<li><a href="#tutorials">Tutorials</a></li>
6868
<li><a href="#documentation">Documentation</a></li>
6969
<li><a href="#licensing">Licensing</a></li>
@@ -115,7 +115,7 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
115115
</li>
116116
<li>
117117
<b>Visual Editor:</b> The
118-
<a href="https://platform.feascript.com" target="_blank">FEAScript-platform</a> provides a no-code,
118+
<a href="https://platform.feascript.com" target="_blank">FEAScript platform</a> provides a no-code,
119119
block-based interface for creating simulations without writing any JavaScript code.
120120
</li>
121121
</ul>
@@ -146,7 +146,7 @@ <h2 id="features"><a name="Features"></a>Features</h2>
146146
<li>
147147
<b>Parallelization</b>
148148
<ul>
149-
<li>Web Workers support for multi-threaded computation</li>
149+
<li>Web workers support for multi-threaded computation</li>
150150
</ul>
151151
</li>
152152
<li>
@@ -193,10 +193,10 @@ <h2 id="features"><a name="Features"></a>Features</h2>
193193
to get started.
194194
</p>
195195

196-
<h2 id="feascript-platform"><a name="FEAScript-platform"></a>FEAScript-platform</h2>
196+
<h2 id="feascriptplatform"><a name="FEAScriptplatform"></a>FEAScript Platform</h2>
197197
<p>
198198
For a visual approach to creating simulations, we are developing the
199-
<a href="https://platform.feascript.com" target="_blank">FEAScript-platform</a> - a browser-based visual
199+
<a href="https://platform.feascript.com" target="_blank">FEAScript platform</a> - a browser-based visual
200200
editor built on the
201201
<a href="https://developers.google.com/blockly/" target="_blank"
202202
>Blockly
@@ -207,16 +207,16 @@ <h2 id="feascript-platform"><a name="FEAScript-platform"></a>FEAScript-platform<
207207
/></a>
208208
library. This no-code interface allows users to build and run finite element simulations directly in
209209
their browser by connecting visual blocks. While FEAScript's JavaScript API offers full programmatic
210-
control for advanced customization, the FEAScript-platform provides an accessible entry point for users without
211-
coding experience. FEAScript-platform also provides the ability to save and load projects in XML format,
210+
control for advanced customization, the FEAScript platform provides an accessible entry point for users without
211+
coding experience. FEAScript platform also provides the ability to save and load projects in XML format,
212212
enabling easy sharing and reuse of simulation configurations.
213213
</p>
214214

215215
<h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
216216
<p>
217217
Below, you can explore tutorials that provide a step-by-step introduction to FEAScript. These tutorials
218218
show you how to use FEAScript's JavaScript API directly - for integrating finite element simulations
219-
into your own websites and applications - or how to use the FEAScript-platform visual editor for a
219+
into your own websites and applications - or how to use the FEAScript platform visual editor for a
220220
no-code experience.
221221
</p>
222222
<ul>
@@ -225,19 +225,19 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
225225
<a href="https://feascript.com/tutorials/HeatConduction1DWall.html" target="_blank">API</a>
226226
|
227227
<a href="https://github.com/FEAScript/FEAScript-platform/tree/main/examples/solidHeatTransferScript/HeatConduction1DWall" target="_blank"
228-
>XML (FEAScript-platform)</a
228+
>XML (FEAScript platform)</a
229229
>
230230
</li>
231231
<li>
232232
Heat conduction in a two-dimensional fin:
233-
<a href="https://feascript.com/tutorials/HeatConduction2DFin.html" target="_blank">API (Standard)</a>
233+
<a href="https://feascript.com/tutorials/HeatConduction2DFin.html" target="_blank">API (standard)</a>
234234
|
235235
<a href="https://feascript.com/tutorials/HeatConduction2DFinWorker.html" target="_blank"
236-
>API (Web Worker)</a
236+
>API (web worker)</a
237237
>
238238
|
239239
<a href="https://feascript.com/tutorials/HeatConduction2DFinPlatform.html" target="_blank"
240-
>XML (FEAScript-platform)</a
240+
>XML (FEAScript platform)</a
241241
>
242242
</li>
243243
</ul>

tutorials/HeatConduction2DFinPlatform.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<html>
1414
<head>
15-
<title>FEAScript: Heat Conduction in a Two-Dimensional Fin Tutorial (Visual Platform)</title>
15+
<title>FEAScript: Heat Conduction in a Two-Dimensional Fin Tutorial (FEAScript Platform)</title>
1616
<link rel="icon" type="image/x-icon" href="../assets/favicon.ico" />
1717
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1818
<meta
@@ -86,7 +86,7 @@ <h1 class="top">
8686
/>
8787
</a>
8888
</h1>
89-
<h1>Heat Conduction in a Two-Dimensional Fin (FEAScript-platform)</h1>
89+
<h1>Heat Conduction in a Two-Dimensional Fin (FEAScript platform)</h1>
9090

9191
<ul id="menu">
9292
<li><a href="#introduction">Introduction</a></li>
@@ -96,7 +96,7 @@ <h1>Heat Conduction in a Two-Dimensional Fin (FEAScript-platform)</h1>
9696
<div class="highlight-container">
9797
<p>
9898
This tutorial demonstrates how to solve the 2D heat conduction fin problem using the
99-
FEAScript-platform with a no-code, block-based approach. For the mathematical formulation and theory
99+
FEAScript platform with a no-code, block-based approach. For the mathematical formulation and theory
100100
behind this example, see the
101101
<a href="HeatConduction2DFin.html" target="_blank">JavaScript API tutorial</a>.
102102
</p>
@@ -116,7 +116,7 @@ <h2 id="tutorial"><a name="Tutorial"></a>Step-by-Step Tutorial</h2>
116116

117117
<ol>
118118
<li>
119-
<strong>Visit the FEAScript-platform</strong> in your browser at
119+
<strong>Visit the FEAScript platform</strong> in your browser at
120120
<a href="https://platform.feascript.com" target="_blank">https://platform.feascript.com</a>.
121121
</li>
122122
<li>
@@ -140,7 +140,7 @@ <h2 id="tutorial"><a name="Tutorial"></a>Step-by-Step Tutorial</h2>
140140
href="https://github.com/FEAScript/FEAScript-platform/tree/main/examples/solidHeatTransferScript/HeatConduction2DFin"
141141
target="_blank"
142142
>
143-
FEAScript-platform examples repository </a
143+
FEAScript platform examples repository </a
144144
>.
145145
</p>
146146
</li>

tutorials/HeatConduction2DFinWorker.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h1>Heat Conduction in a Two-Dimensional Fin (Web Worker)</h1>
8686

8787
<div class="highlight-container">
8888
<p>
89-
This page demonstrates solving the 2D heat conduction fin problem using FEAScript in a Web Worker for
89+
This page demonstrates solving the 2D heat conduction fin problem using FEAScript in a web worker for
9090
improved browser responsiveness. For the mathematical formulation and theory, see the
9191
<a href="HeatConduction2DFin.html" target="_blank">main (standard) tutorial</a>.
9292
</p>
@@ -99,15 +99,15 @@ <h1>Heat Conduction in a Two-Dimensional Fin (Web Worker)</h1>
9999
start chrome --disable-web-security --user-data-dir="C:\tmp\chrome-cors" --disable-site-isolation-trials</pre
100100
>
101101
<p>
102-
These flags disable CORS restrictions which are normally required when working with Web Workers in a
102+
These flags disable CORS restrictions which are normally required when working with web workers in a
103103
local environment. For production applications, proper CORS headers should be configured on your
104104
server.
105105
</p>
106106
</div>
107107

108108
<h2 id="webworkerimplementation"><a name="Web Worker Implementation"></a>Web Worker Implementation</h2>
109109
<p>
110-
The code below shows how to use FEAScript with a Web Worker. The solution is plotted as a 2D contour.
110+
The code below shows how to use FEAScript with a web worker. The solution is plotted as a 2D contour.
111111
</p>
112112

113113
<pre class="prettyprint">

0 commit comments

Comments
 (0)