Skip to content

Commit 924acce

Browse files
committed
Update version label and improve example description in README
1 parent b45f81a commit 924acce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/scripts-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ════════════════════════════════════════════════════════════════
33
# FEAScript Core Library
44
# Lightweight Finite Element Simulation in JavaScript
5-
# Version: 0.2.0 (RC) | https://feascript.com
5+
# Version: 0.2.0 | https://feascript.com
66
# MIT License © 2023–2026 FEAScript
77
# ════════════════════════════════════════════════════════════════
88
#

examples/creepingFlowScript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This directory contains Node.js examples demonstrating how to use the FEAScript
77

88
## Examples
99

10-
#### 1. Lid-Driven Cavity (2D Creeping Flow) (`lidDrivenCavity2DCreepingFlow.js`)
10+
#### 1. Creeping Flow on a Lid-Driven 2D Cavity (`lidDrivenCavity2DCreepingFlow.js`)
1111

1212
This example solves a 2D lid-driven cavity flow using the creeping flow solver with Taylor-Hood (Q2-Q1) elements. For detailed information on the model setup, refer to the corresponding [tutorial](https://feascript.com/tutorials/lid-driven-cavity-2d-creeping-flow.html) on the FEAScript website.
1313

@@ -31,4 +31,4 @@ npm install feascript mathjs
3131
node lidDrivenCavity2DCreepingFlow.js
3232
```
3333

34-
(for the "Lid-Driven Cavity (2D Creeping Flow)" example)
34+
(for the "Creeping Flow on a Lid-Driven 2D Cavity" example)

0 commit comments

Comments
 (0)