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 d49805c commit 8d3ccf1Copy full SHA for 8d3ccf1
tutorials/HeatConduction2DPerfomanceTest.html
@@ -78,8 +78,8 @@ <h2>Run Performance Test</h2>
78
</ul>
79
80
<script type="module">
81
- // import { FEAScriptModel, plotSolution } from "https://core.feascript.com/dist/feascript.esm.js";
82
- import { FEAScriptModel, plotSolution } from "../../FEAScript-core/src/index.js";
+ import { FEAScriptModel, plotSolution } from "https://core.feascript.com/dist/feascript.esm.js";
+ // import { FEAScriptModel, plotSolution } from "../../FEAScript-core/src/index.js";
83
84
function runSpeedTest(selectedSolver) {
85
const numElementsX = parseInt(document.getElementById("numElementsX").value);
0 commit comments