|
4 | 4 | ════════════════════════════════════════════════════════════════ |
5 | 5 | FEAScript Website |
6 | 6 | Lightweight Finite Element Simulation in JavaScript |
7 | | - Version: 0.2.0 (RC) | https://feascript.com |
| 7 | + Version: 0.2.0 | https://feascript.com |
8 | 8 | CC BY 4.0 License © 2023–2026 FEAScript |
9 | 9 | ════════════════════════════════════════════════════════════════ |
10 | 10 | --> |
@@ -138,7 +138,9 @@ <h1 class="top"> |
138 | 138 | src="./assets/cold-plate-logo-results2.png" |
139 | 139 | alt="Results of heat conduction around the FEAScript logo" |
140 | 140 | /> |
141 | | - <p class="image-caption">Heat conduction around the FEAScript logo (mesh generated by Gmsh, solved with FEAScript)</p> |
| 141 | + <p class="image-caption"> |
| 142 | + Heat conduction around the FEAScript logo (mesh generated by Gmsh, solved with FEAScript) |
| 143 | + </p> |
142 | 144 | <img |
143 | 145 | src="./assets/advection-diffusion-1d-results.png" |
144 | 146 | alt="Results of advection-diffusion with Gaussian source tutorial" |
@@ -275,8 +277,8 @@ <h2 id="whyusefeascript"><a name="Why Use FEAScript"></a>Why Use FEAScript</h2> |
275 | 277 | <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h2> |
276 | 278 |
|
277 | 279 | <p> |
278 | | - You can run simulations with FEAScript by calling its functions from JavaScript (the FEAScript API). |
279 | | - The API offers full programmatic control and works across multiple environments, including the browser |
| 280 | + You can run simulations with FEAScript by calling its functions from JavaScript (the FEAScript API). The |
| 281 | + API offers full programmatic control and works across multiple environments, including the browser |
280 | 282 | (simple HTML pages and online JavaScript playgrounds, e.g. |
281 | 283 | <a href="https://codepen.io/" |
282 | 284 | >CodePen<img |
@@ -358,9 +360,9 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h |
358 | 360 | margin-left: 2px; |
359 | 361 | margin-bottom: 4px; |
360 | 362 | " /></a |
361 | | - >) or use FEAScript mesh generation tools → configure the model → add a container |
362 | | - (e.g., <code><div id="resultsCanvas"></div></code>) → run the simulation. Here is a |
363 | | - simple example (see the <a href="#tutorials">tutorials section</a> for more details): |
| 363 | + >) or use FEAScript mesh generation tools → configure the model → add a container (e.g., |
| 364 | + <code><div id="resultsCanvas"></div></code>) → run the simulation. Here is a simple |
| 365 | + example (see the <a href="#tutorials">tutorials section</a> for more details): |
364 | 366 | </p> |
365 | 367 |
|
366 | 368 | <pre class="prettyprint"> |
@@ -680,6 +682,17 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2> |
680 | 682 | <a href="https://feascript.com/tutorials/lid-driven-cavity-2d-stokes.html" class="badge badge-basic" |
681 | 683 | >Basic HTML</a |
682 | 684 | > |
| 685 | + <a |
| 686 | + href="https://feascript.com/tutorials/lid-driven-cavity-2d-stokes-worker.html" |
| 687 | + class="badge badge-mt" |
| 688 | + >Multi-threaded</a |
| 689 | + > |
| 690 | + <a href="https://codepen.io/FEAScript/pen/XJKGmRz" class="badge badge-codepen" |
| 691 | + >CodePen<img |
| 692 | + src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg" |
| 693 | + alt="External Link Icon" |
| 694 | + style="width: 16px; height: 16px; vertical-align: middle; margin-left: 2px; margin-bottom: 4px" |
| 695 | + /></a> |
683 | 696 | </li> |
684 | 697 | <li> |
685 | 698 | <span class="tutorial-name">Solidification Front Propagation in a 2D Domain</span> |
|
0 commit comments