File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
examples/solidHeatTransferScript/HeatConduction2DFin Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ <h1>Heat Conduction in a Two-Dimensional Fin Example</h1>
4949 FEAScriptModel ,
5050 plotSolution ,
5151 printVersion ,
52- } from "https://feascript.github.io/FEAScript-core /src/index.js" ;
52+ } from "https://core. feascript.com /src/index.js" ;
5353
5454 window . addEventListener ( "DOMContentLoaded" , ( ) => {
5555 // Print FEAScript version in the console
Original file line number Diff line number Diff line change @@ -146,11 +146,10 @@ <h2>GMSH File Import <span class="experimental-badge">BETA</span></h2>
146146 <!-- Worker-Based Simulation Script -->
147147 < script type ="module ">
148148 import {
149+ FEAWorkerScript ,
149150 plotSolution ,
150151 printVersion
151- } from "https://feascript.github.io/FEAScript-core/src/index.js" ;
152-
153- import { FEAWorkerScript } from "../../../src/FEAWorkerScript.js" ;
152+ } from "https://core.feascript.com/src/index.js" ;
154153
155154 window . addEventListener ( "DOMContentLoaded" , async ( ) => {
156155 try {
Original file line number Diff line number Diff line change 1+ User-agent: *
2+ Disallow: /
You can’t perform that action at this time.
0 commit comments