Skip to content

Commit 8c65be6

Browse files
committed
Update terminology in FEAScript documentation for clarity
1 parent e28dd12 commit 8c65be6

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

index.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
211211
<p>There are two ways to perform simulations with FEAScript:</p>
212212
<ul>
213213
<li>
214-
<strong>JavaScript API (FEAScript Core):</strong> For developers comfortable with coding, the
215-
JavaScript API provides full programmatic control. It can run in three environments: in a browser
216-
using a simple HTML page, on a server via Node.js, or within interactive JavaScript playgrounds (e.g.
214+
<strong>FEAScript API:</strong> For developers comfortable with coding, the FEAScript API provides
215+
full programmatic control. It can run in three environments: in a browser using a simple HTML page, on
216+
a server via Node.js, or within interactive JavaScript playgrounds (e.g.
217217
<a href="https://codepen.io/"
218218
>CodePen<img
219219
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
@@ -235,9 +235,8 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
235235
>).
236236
</li>
237237
<li>
238-
<strong>Visual Editor (FEAScript Platform):</strong> The
239-
<a href="https://platform.feascript.com">FEAScript Platform</a>
240-
provides a no-code, block-based interface (based on
238+
<strong>FEAScript Platform:</strong> The FEAScript Platform provides a no-code, block-based interface
239+
(based on
241240
<a href="https://developers.google.com/blockly/">
242241
Blockly<img
243242
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
@@ -249,9 +248,8 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
249248
margin-left: 2px;
250249
margin-bottom: 4px;
251250
" /></a
252-
>) for creating simulations without writing any JavaScript code. With the FEAScript Platform, you can
253-
connect visual blocks, create complex models, and save or load your projects in XML format for easy
254-
sharing and reuse.
251+
>) for creating simulations without writing any JavaScript code. You can connect visual blocks, create
252+
complex models, and save or load your projects in XML format for easy sharing and reuse.
255253
</li>
256254
</ul>
257255

@@ -325,8 +323,8 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
325323
margin-left: 2px;
326324
margin-bottom: 4px;
327325
" /></a
328-
>) or use FEAScript mesh generation tools &#8594; run the simulation using the JavaScript API. Here is a
329-
simple example (see <a href="#tutorials">tutorials</a> for more details):
326+
>) or use FEAScript mesh generation tools &#8594; run the simulation. Here is a simple example (see
327+
<a href="#tutorials">tutorials</a> for more details):
330328
</p>
331329

332330
<pre class="prettyprint">
@@ -539,8 +537,8 @@ <h2 id="features"><a name="Features"></a>Features</h2>
539537
<h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
540538
<p>
541539
Below you can explore tutorials that provide a step-by-step introduction to FEAScript. These tutorials
542-
show you how to use FEAScript's JavaScript API directly, integrating finite element simulations into
543-
your own websites and applications, or how to use it in interactive JavaScript playgrounds such as
540+
show you how to use FEAScript API directly, integrating finite element simulations into your own
541+
websites and applications, or how to use it in interactive JavaScript playgrounds such as
544542
<a href="https://codepen.io/FEAScript"
545543
>CodePen<img
546544
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"

0 commit comments

Comments
 (0)