File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/solidHeatTransferScript/HeatConduction2DFin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ We warmly welcome contributors to help expand and refine FEAScript. Please see t
5757
5858## License
5959
60- FEAScript is released under the [ MIT license] ( https://github.com/FEAScript/FEAScript-core/blob/main/LICENSE ) . © ; 2024 FEAScript.
60+ FEAScript-core is released under the [ MIT license] ( https://github.com/FEAScript/FEAScript-core/blob/main/LICENSE ) . © ; 2024 FEAScript.
Original file line number Diff line number Diff line change 2020 < script src ="https://cdnjs.cloudflare.com/ajax/libs/mathjs/5.0.0/math.min.js "> </ script >
2121 < script src ="https://cdnjs.cloudflare.com/ajax/libs/plotly.js/2.27.0/plotly.min.js "> </ script >
2222
23- <!-- Link to the CSS file -->
23+ <!-- Link to the CSS files -->
2424 < link href ="https://feascript.com/FEAScript-website.css " rel ="stylesheet " type ="text/css " />
2525 < link href ="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap " rel ="stylesheet " />
2626 </ head >
@@ -43,7 +43,7 @@ <h1>Heat Conduction in a Two-Dimensional Fin Example</h1>
4343 document . getElementById ( "currentYear" ) . innerHTML = new Date ( ) . getFullYear ( ) ;
4444 </ script >
4545
46- <!-- FEAScript module and visualization -->
46+ <!-- Import FEAScript library -->
4747 < script type ="module ">
4848 import {
4949 FEAScriptModel ,
You can’t perform that action at this time.
0 commit comments