Skip to content

Commit 668ac27

Browse files
authored
Feature/arbitrary geometries2 (#59)
Implement issue #41 (Extend plotSolution to visualize arbitrary geometries)
1 parent eb7bda6 commit 668ac27

36 files changed

+877
-332
lines changed

dist/feascript.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/frontPropagationScript/solidificationFront2D/solidificationFront2D.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
2-
* ════════════════════════════════════════════════════════════
3-
* FEAScript Library
2+
* ════════════════════════════════════════════════════════════════
3+
* FEAScript Core Library
44
* Lightweight Finite Element Simulation in JavaScript
5-
* Version: 0.1.4 | https://feascript.com
6-
* ════════════════════════════════════════════════════════════
5+
* Version: 0.2.0 (RC) | https://feascript.com
6+
* MIT License © 2023–2025 FEAScript
7+
* ════════════════════════════════════════════════════════════════
78
*/
89

910
// Import Math.js

examples/generalFormPDEScript/advectionDiffusion1D/advectionDiffusion1D.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
2-
* ════════════════════════════════════════════════════════════
3-
* FEAScript Library
2+
* ════════════════════════════════════════════════════════════════
3+
* FEAScript Core Library
44
* Lightweight Finite Element Simulation in JavaScript
5-
* Version: 0.1.4 | https://feascript.com
6-
* ════════════════════════════════════════════════════════════
5+
* Version: 0.2.0 (RC) | https://feascript.com
6+
* MIT License © 2023–2025 FEAScript
7+
* ════════════════════════════════════════════════════════════════
78
*/
89

910
// Import Math.js

examples/heatConductionScript/heatConduction1DWall/heatConduction1DWall.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
2-
* ════════════════════════════════════════════════════════════
3-
* FEAScript Library
2+
* ════════════════════════════════════════════════════════════════
3+
* FEAScript Core Library
44
* Lightweight Finite Element Simulation in JavaScript
5-
* Version: 0.1.4 | https://feascript.com
6-
* ════════════════════════════════════════════════════════════
5+
* Version: 0.2.0 (RC) | https://feascript.com
6+
* MIT License © 2023–2025 FEAScript
7+
* ════════════════════════════════════════════════════════════════
78
*/
89

910
// Import Math.js

examples/heatConductionScript/heatConduction2DFin/heatConduction2DFin.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
2-
* ════════════════════════════════════════════════════════════
3-
* FEAScript Library
2+
* ════════════════════════════════════════════════════════════════
3+
* FEAScript Core Library
44
* Lightweight Finite Element Simulation in JavaScript
5-
* Version: 0.1.4 | https://feascript.com
6-
* ════════════════════════════════════════════════════════════
5+
* Version: 0.2.0 (RC) | https://feascript.com
6+
* MIT License © 2023–2025 FEAScript
7+
* ════════════════════════════════════════════════════════════════
78
*/
89

910
// Import Math.js

0 commit comments

Comments
 (0)