Skip to content

Commit 3bbdbdc

Browse files
committed
Add tutorial descriptions
1 parent 41ec3c9 commit 3bbdbdc

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

feascript-website.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,13 @@ mjx-container {
377377
margin-bottom: 2px;
378378
}
379379

380+
.tutorial-description {
381+
font-size: 0.875em;
382+
color: #666;
383+
margin: 3px 0 0 0;
384+
line-height: 1.4;
385+
}
386+
380387
.tutorials-list .badge {
381388
display: inline-flex;
382389
align-items: center;

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
357357
</p>
358358
<a href="https://codepen.io/FEAScript/pen/ByzVveQ" class="btn-codepen" target="_blank" rel="noopener">
359359
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>
360-
Run it on CodePen
360+
Run it on CodePen<img src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg" alt="External Link Icon" style="width: 16px; height: 16px; vertical-align: middle; margin-left: 2px; margin-bottom: 4px" />
361361
</a>
362362
</div>
363363

@@ -579,6 +579,7 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
579579
<li>
580580
<div class="tutorial-card-content">
581581
<span class="tutorial-name">Advection-Diffusion with Gaussian Source</span>
582+
<p class="tutorial-description"><em>1D steady-state scalar transport governed by the advection-diffusion equation with a localized Gaussian source term</em></p>
582583
<div class="tutorial-card-badges">
583584
<a href="https://feascript.com/tutorials/advection-diffusion-1d.html" class="badge badge-basic"
584585
>Basic HTML</a
@@ -609,6 +610,7 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
609610
<li>
610611
<div class="tutorial-card-content">
611612
<span class="tutorial-name">Heat Conduction in a 2D Fin</span>
613+
<p class="tutorial-description"><em>2D steady-state heat conduction in a cooling fin with mixed boundary conditions including constant temperature, symmetry, and convective cooling</em></p>
612614
<div class="tutorial-card-badges">
613615
<a href="https://feascript.com/tutorials/heat-conduction-2d-fin.html" class="badge badge-basic"
614616
>Basic HTML</a
@@ -650,6 +652,7 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
650652
<li>
651653
<div class="tutorial-card-content">
652654
<span class="tutorial-name">Heat Conduction Through a Wall</span>
655+
<p class="tutorial-description"><em>1D steady-state heat conduction across a wall with convection boundary condition at one end and constant temperature at the other</em></p>
653656
<div class="tutorial-card-badges">
654657
<a href="https://feascript.com/tutorials/heat-conduction-1d-wall.html" class="badge badge-basic"
655658
>Basic HTML</a
@@ -683,6 +686,7 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
683686
<li>
684687
<div class="tutorial-card-content">
685688
<span class="tutorial-name">Creeping Flow on a Lid-Driven 2D Cavity</span>
689+
<p class="tutorial-description"><em>Stokes flow in a square 2D cavity driven by a moving lid, with velocity and pressure fields resolved</em></p>
686690
<div class="tutorial-card-badges">
687691
<a
688692
href="https://feascript.com/tutorials/lid-driven-cavity-2d-creeping-flow.html"
@@ -712,6 +716,7 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
712716
<li>
713717
<div class="tutorial-card-content">
714718
<span class="tutorial-name">Solidification Front Propagation in a 2D Domain</span>
719+
<p class="tutorial-description"><em>Transient simulation of a solidification front advancing through a 2D domain using the eikonal equation</em></p>
715720
<div class="tutorial-card-badges">
716721
<a href="https://feascript.com/tutorials/solidification-front-2d.html" class="badge badge-basic"
717722
>Basic HTML</a

0 commit comments

Comments
 (0)