File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ <h2 id="solvingwithfeascript"><a name="Solving with FEAScript"></a>Solving with
128128 // Set solver configuration
129129 model.setSolverConfig("solidHeatTransferScript");
130130
131+ // Set solver method
132+ model.setSolverMethod("lusolve");
133+
131134 // Define mesh configuration
132135 model.setMeshConfig({
133136 meshDimension: "2D",
@@ -238,6 +241,9 @@ <h2 id="results"><a name="Results"></a>Results</h2>
238241 // Set solver configuration
239242 model . setSolverConfig ( "solidHeatTransferScript" ) ;
240243
244+ // Set solver method
245+ model . setSolverMethod ( "lusolve" ) ;
246+
241247 // Define mesh configuration
242248 model . setMeshConfig ( {
243249 meshDimension : "2D" ,
@@ -286,6 +292,9 @@ <h2 id="results"><a name="Results"></a>Results</h2>
286292 // Set solver configuration
287293 model . setSolverConfig ( "solidHeatTransferScript" ) ;
288294
295+ // Set solver method
296+ model . setSolverMethod ( "lusolve" ) ;
297+
289298 // Define mesh configuration
290299 model . setMeshConfig ( {
291300 meshDimension : "2D" ,
You can’t perform that action at this time.
0 commit comments