You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+47-39Lines changed: 47 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -278,42 +278,48 @@ <h2 id="whyusefeascript"><a name="Why Use FEAScript"></a>Why Use FEAScript</h2>
278
278
<divstyle="margin-top: 0.5em"></div>
279
279
<h2id="howtousefeascript"><aname="Getting Started"></a>How to Use FEAScript</h2>
280
280
281
-
<p>You can run simulations with FEAScript by calling its functions from JavaScript (the FEAScript API).
282
-
<!-- <ul>
281
+
<p>
282
+
You can run simulations with FEAScript by calling its functions from JavaScript (the FEAScript API).
283
+
<!-- <ul>
283
284
<li> -->
284
-
<!-- <strong>FEAScript API:</strong> For developers comfortable with coding, FEAScript API provides full
285
+
<!-- <strong>FEAScript API:</strong> For developers comfortable with coding, FEAScript API provides full
285
286
programmatic control. -->
286
-
The API offers full programmatic control and works across multiple environments, including the browser (simple HTML pages and online JavaScript playgrounds, e.g.
Below you can explore tutorials that provide a step-by-step introduction to FEAScript. These tutorials show how to use the FEAScript API directly by writing JavaScript code, either to integrate finite
600
-
element simulations into your own websites and applications or to run them in interactive JavaScript playgrounds
601
-
such as
606
+
Below you can explore tutorials that provide a step-by-step introduction to FEAScript. These tutorials
607
+
show how to use the FEAScript API directly by writing JavaScript code, either to integrate finite
608
+
element simulations into your own websites and applications or to run them in interactive JavaScript
0 commit comments