Skip to content

Commit 177b82c

Browse files
committed
refactor: remove HTML example files and update README for clarity
1 parent 2bd2f5c commit 177b82c

File tree

10 files changed

+7
-520
lines changed

10 files changed

+7
-520
lines changed

examples/creepingFlowScript/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ This directory contains Node.js examples demonstrating how to use the FEAScript
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

14-
## HTML Examples
15-
16-
Each example also includes an HTML variant (e.g., `lidDrivenCavity2DCreepingFlow.html`) that runs the same simulation in the browser with built-in visualization using Plotly.js. Simply open the HTML file in a web browser to run.
17-
1814
## Running the Node.js Examples
1915

2016
#### 1. Create package.json with ES module support:

examples/creepingFlowScript/lidDrivenCavity2DCreepingFlow/lidDrivenCavity2DCreepingFlow.html

Lines changed: 0 additions & 143 deletions
This file was deleted.

examples/frontPropagationScript/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ This directory contains Node.js examples demonstrating how to use the FEAScript
1010

1111
This example demonstrates solving an eikonal equation in a 2D domain to track the movement of a solidification interface. For detailed information on the model setup, refer to the corresponding [tutorial](https://feascript.com/tutorials/solidification-front-2d.html) in the FEAScript website.
1212

13-
## HTML Examples
14-
15-
Each example also includes an HTML variant (e.g., `solidificationFront2D.html`) that runs the same simulation in the browser with built-in visualization using Plotly.js. Simply open the HTML file in a web browser to run.
16-
1713
## Running the Node.js Examples
1814

1915
#### 1. Create package.json with ES module support:

examples/frontPropagationScript/solidificationFront2D/solidificationFront2D.html

Lines changed: 0 additions & 92 deletions
This file was deleted.

examples/generalFormPDEScript/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ This directory contains Node.js examples demonstrating how to use the FEAScript
1010

1111
This example demonstrates solving a one-dimensional advection-diffusion problem with a Gaussian source term. The problem models the transport of a substance under the effects of both diffusion and advection. For detailed information on the model setup, refer to the corresponding [tutorial](https://feascript.com/tutorials/advection-diffusion-1d.html) in the FEAScript website.
1212

13-
## HTML Examples
14-
15-
Each example also includes an HTML variant (e.g., `advectionDiffusion1D.html`) that runs the same simulation in the browser with built-in visualization using Plotly.js. Simply open the HTML file in a web browser to run.
16-
1713
## Running the Node.js Examples
1814

1915
#### 1. Create package.json with ES module support:

examples/generalFormPDEScript/advectionDiffusion1D/advectionDiffusion1D.html

Lines changed: 0 additions & 85 deletions
This file was deleted.

examples/heatConductionScript/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ Implementation using a Gmsh-generated mesh for a rhomboid domain (the mesh file,
2828

2929
For detailed information on the model setup, refer to the corresponding [tutorial](https://feascript.com/tutorials/heat-conduction-2d-rhom-fin-gmsh.html) in the FEAScript website.
3030

31-
## HTML Examples
32-
33-
Each example also includes an HTML variant (e.g., `heatConduction1DWall.html`, `heatConduction2DFin.html`) that runs the same simulation in the browser with built-in visualization using Plotly.js. Simply open the HTML file in a web browser to run.
34-
3531
## Running the Node.js Examples
3632

3733
#### 1. Create package.json with ES module support:

0 commit comments

Comments
 (0)