File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,9 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
212212 >
213213 </ li >
214214 < li >
215- < a href =" https://feascript.com/tutorials/HeatConduction2DFin.html " target =" _blank "
216- > Heat conduction in a two-dimensional fin </ a
217- >
215+ Heat conduction in a two-dimensional fin:
216+ < a href =" https://feascript.com/tutorials/HeatConduction2DFin.html " target =" _blank " > Standard version </ a > |
217+ < a href =" https://feascript.com/tutorials/HeatConduction2DFinWorker.html " target =" _blank " > Web Worker version </ a >
218218 </ li >
219219 </ ul >
220220 < p >
Original file line number Diff line number Diff line change @@ -158,7 +158,12 @@ <h2>Web Worker Implementation</h2>
158158
159159 < h2 > Results</ h2 >
160160 < div id ="orientation-message ">
161- Cannot draw the results. Please turn your phone to horizontal position to see the results.
161+ Cannot draw the results. Please turn your phone to horizontal position to see the results. You can find a minimal example of this tutorial in the
162+ < a
163+ href ="https://github.com/FEAScript/FEAScript-core/tree/main/examples/solidHeatTransferScript/HeatConduction2DFin "
164+ target ="_blank "
165+ > example directory</ a
166+ > .
162167 </ div >
163168 < div id ="solutionPlot "> </ div >
164169
You can’t perform that action at this time.
0 commit comments