We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5297aa5 commit 4d280d2Copy full SHA for 4d280d2
tutorials/heat-conduction-2d-fin-webgpu.html
@@ -165,7 +165,7 @@ <h2 id="results">Results</h2>
165
166
<script type="module">
167
//Import FEAScript library from GitHub
168
- import { FEAScriptWorker, plotSolution } from "https://core.feascript.com/src/index.js";
+ import { FEAScriptModel, plotSolution } from "https://core.feascript.com/src/index.js";
169
//Import FEAScript library from a local directory
170
// import { FEAScriptModel, plotSolution } from "../../FEAScript-core/src/index.js";
171
0 commit comments