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: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,22 @@
10
10
11
11
> 🚧 **FEAScript is currently under heavy development.** Its functionality and interfaces may change rapidly as new features and enhancements are introduced.
12
12
13
-
## Contents
13
+
## Features
14
+
15
+
- <b>Physics models:</b> creeping (Stokes) flow, front propagation, heat conduction
- <b>Solvers:</b> frontal, Jacobi (CPU/WebGPU) and LU, Newton–Raphson for nonlinear systems
18
+
- <b>Performance:</b> web worker support for multi-threaded computation
19
+
- <b>Visualization:</b> interactive plots with Plotly
20
+
21
+
<!-- ## Contents
14
22
15
23
- [How to Use FEAScript](#ways-to-use-feascript)
16
-
-[Use FEAScript in the Browser](#use-feascript-in-the-browser)
17
-
-[Use FEAScript with Node.js](#use-feascript-with-nodejs)
18
-
-[Use FEAScript in JavaScript Playgrounds](#use-feascript-in-javascript-playgrounds)
19
-
-[Quick Example](#quick-example)
24
+
- [Features](#features)
25
+
- [Examples](#examples)
20
26
- [Support FEAScript](#support-feascript)
21
27
- [Contributing](#contributing)
22
-
-[License](#license)
28
+
- [License](#license)-->
23
29
24
30
## How to Use FEAScript
25
31
@@ -95,7 +101,7 @@ When running examples from within this repository, this step isn’t needed as t
95
101
96
102
👉 Explore Node.js use cases on the [examples directory](https://github.com/FEAScript/FEAScript-core/tree/main/examples).
97
103
98
-
## Quick Example
104
+
## Examples
99
105
100
106
Here is a minimal browser-based example using the FEAScript API. Adapt paths, physics model, and boundary conditions as needed for your specific problem:
0 commit comments