File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,7 +352,22 @@ <h2 id="features"><a name="Features"></a>Features</h2>
352352 >
353353 </li>
354354 -->
355- < li > Linear system solvers (LU decomposition, Jacobi method)</ li >
355+ < li >
356+ Linear system solvers (LU decomposition via
357+ < a href ="https://mathjs.org/ ">
358+ math.js
359+ < img
360+ src ="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg "
361+ alt ="External Link Icon "
362+ style ="
363+ width: 16px;
364+ height: 16px;
365+ vertical-align: middle;
366+ margin-left: 2px;
367+ margin-bottom: 4px;
368+ " /> </ a
369+ > , Jacobi method)
370+ </ li >
356371 < li > Newton-Raphson method for nonlinear systems</ li >
357372 </ ul >
358373 </ li >
Original file line number Diff line number Diff line change 1818 < div id ="solutionPlot "> </ div >
1919 < script type ="module ">
2020 // Import FEAScript library
21- import { FEAScriptModel , plotSolution } from "../../FEAScript-core/src/index.js" ;
21+ import { FEAScriptModel , plotSolution } from "https://core.feascript.com/dist/feascript.esm.js" ;
22+ // import { FEAScriptModel, plotSolution } from "../../FEAScript-core/src/index.js";
2223
2324 // Create a new FEAScript model
2425 const model = new FEAScriptModel ( ) ;
You can’t perform that action at this time.
0 commit comments