Skip to content

Commit 7a5e44c

Browse files
committed
Update vtk.js plotting function
1 parent aa7dc0f commit 7a5e44c

44 files changed

Lines changed: 150 additions & 58 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/feascript.cjs.js

Lines changed: 7 additions & 0 deletions
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 & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.esm.js

Lines changed: 7 additions & 0 deletions
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 & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.umd.js

Lines changed: 7 additions & 0 deletions
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 & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/creepingFlowScript/lidDrivenCavity2DCreepingFlow/lidDrivenCavity2DCreepingFlow.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
════════════════════════════════════════════════════════════════
55
FEAScript Core Library
66
Lightweight Finite Element Simulation in JavaScript
7-
Version: 0.2.0 | https://feascript.com
7+
Version: 0.3.0 (RC) | https://feascript.com
88
MIT License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
@@ -22,7 +22,17 @@
2222
<script type="importmap">
2323
{
2424
"imports": {
25-
"@kitware/vtk.js/": "https://esm.sh/@kitware/vtk.js@32.12.0/"
25+
"@kitware/vtk.js/": "https://cdn.jsdelivr.net/npm/@kitware/vtk.js@32.12.0/",
26+
"gl-matrix": "https://esm.sh/v135/gl-matrix@3.4.3",
27+
"d3-scale": "https://esm.sh/v135/d3-scale@4.0.2",
28+
"fast-deep-equal": "https://esm.sh/v135/fast-deep-equal@3.1.3",
29+
"seedrandom": "https://esm.sh/v135/seedrandom@3.0.5",
30+
"spark-md5": "https://esm.sh/v135/spark-md5",
31+
"fflate": "https://esm.sh/v135/fflate",
32+
"utif": "https://esm.sh/v135/utif",
33+
"webworker-promise": "https://esm.sh/v135/webworker-promise",
34+
"xmlbuilder2": "https://esm.sh/v135/xmlbuilder2",
35+
"globalthis": "data:text/javascript,export default function(){return globalThis}"
2636
}
2737
}
2838
</script>

examples/creepingFlowScript/lidDrivenCavity2DCreepingFlow/lidDrivenCavity2DCreepingFlow.js

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 | https://feascript.com
5+
* Version: 0.3.0 (RC) | https://feascript.com
66
* MIT License © 2023–2026 FEAScript
77
* ════════════════════════════════════════════════════════════════
88
*/

examples/frontPropagationScript/solidificationFront2D/solidificationFront2D.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
════════════════════════════════════════════════════════════════
55
FEAScript Core Library
66
Lightweight Finite Element Simulation in JavaScript
7-
Version: 0.2.0 | https://feascript.com
7+
Version: 0.3.0 (RC) | https://feascript.com
88
MIT License © 2023–2026 FEAScript
99
════════════════════════════════════════════════════════════════
1010
-->
@@ -22,7 +22,17 @@
2222
<script type="importmap">
2323
{
2424
"imports": {
25-
"@kitware/vtk.js/": "https://esm.sh/@kitware/vtk.js@32.12.0/"
25+
"@kitware/vtk.js/": "https://cdn.jsdelivr.net/npm/@kitware/vtk.js@32.12.0/",
26+
"gl-matrix": "https://esm.sh/v135/gl-matrix@3.4.3",
27+
"d3-scale": "https://esm.sh/v135/d3-scale@4.0.2",
28+
"fast-deep-equal": "https://esm.sh/v135/fast-deep-equal@3.1.3",
29+
"seedrandom": "https://esm.sh/v135/seedrandom@3.0.5",
30+
"spark-md5": "https://esm.sh/v135/spark-md5",
31+
"fflate": "https://esm.sh/v135/fflate",
32+
"utif": "https://esm.sh/v135/utif",
33+
"webworker-promise": "https://esm.sh/v135/webworker-promise",
34+
"xmlbuilder2": "https://esm.sh/v135/xmlbuilder2",
35+
"globalthis": "data:text/javascript,export default function(){return globalThis}"
2636
}
2737
}
2838
</script>

examples/frontPropagationScript/solidificationFront2D/solidificationFront2D.js

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 | https://feascript.com
5+
* Version: 0.3.0 (RC) | https://feascript.com
66
* MIT License © 2023–2026 FEAScript
77
* ════════════════════════════════════════════════════════════════
88
*/

0 commit comments

Comments
 (0)