Skip to content

Commit 74ed8c8

Browse files
committed
Update meta tags in HeatConduction2DSpeedTest.html for improved responsiveness; add comment in SolidificationFront2D.html for clarity on solver method.
1 parent 9bff092 commit 74ed8c8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tutorials/HeatConduction2DSpeedTest.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
<html>
1414
<head>
15-
<meta charset="utf-8" />
1615
<title>FEAScript Speed Test</title>
17-
<meta name="viewport" content="width=device-width" />
16+
<link rel="icon" type="image/x-icon" href="../assets/favicon.ico" />
17+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1818
<meta
1919
name="description"
2020
content="Benchmark the performance of different FEAScript solvers for 2D heat conduction problems. Adjust mesh size and solver to compare speed and efficiency."
@@ -23,6 +23,7 @@
2323
name="keywords"
2424
content="finite elements, fem, galerkin, computational mechanics, javascript, 2D heat transfer, solver benchmark, FEAScript, performance test"
2525
/>
26+
<meta name="viewport" content="width=device-width" />
2627
<!-- Link to the CSS files -->
2728
<link href="../FEAScript-website.css" rel="stylesheet" type="text/css" />
2829
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />

tutorials/SolidificationFront2D.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ <h2 id="results"><a name="Results"></a>Results</h2>
295295

296296
// Set solver method
297297
model.setSolverMethod("lusolve");
298+
// model.setSolverMethod("frontal");
298299

299300
// Solve the problem and get the solution
300301
const { solutionVector, nodesCoordinates } = model.solve();

0 commit comments

Comments
 (0)