Skip to content

Commit 3a26c1f

Browse files
committed
Remove unused loading spinner styles from HeatConduction2DFinWorker.html; update README.md regarding example integration
1 parent a0ddec5 commit 3a26c1f

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

examples/solidHeatTransferScript/HeatConduction2DFin/HeatConduction2DFinWorker.html

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,6 @@
2323
<!-- 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" />
26-
27-
<style>
28-
#loading {
29-
display: none;
30-
margin-top: 20px;
31-
text-align: center;
32-
font-weight: bold;
33-
}
34-
.spinner {
35-
display: inline-block;
36-
width: 20px;
37-
height: 20px;
38-
border: 3px solid rgba(0,0,0,.3);
39-
border-radius: 50%;
40-
border-top-color: #000;
41-
animation: spin 1s ease-in-out infinite;
42-
margin-right: 10px;
43-
}
44-
@keyframes spin {
45-
to { transform: rotate(360deg); }
46-
}
47-
</style>
4826
</head>
4927

5028
<body>

examples/solidHeatTransferScript/HeatConduction2DFin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
This example demonstrates solving a steady-state heat transfer problem in a 2D rectangular domain using the FEAScript library. The problem represents a typical cooling fin scenario, where the objective is to model heat conduction and understand temperature distribution under specific boundary conditions.
66

7+
All examples are intentionally kept simple and modular to facilitate easy integration with web applications. The clean, minimal structure makes it straightforward to incorporate these simulations into existing websites or web-based tools.
8+
79
### Available Versions
810

911
This example is available in three implementations:

0 commit comments

Comments
 (0)