Skip to content

Commit 5e7a9d9

Browse files
committed
Fix link formatting for solidification front propagation example in Eikonal Equation tutorial
1 parent 9fc04ce commit 5e7a9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-06-15-eikonal-equation.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ where the small parameter \\(\varepsilon\\) enforces smoothness. As \\(\varepsil
3434

3535
## Implementation with FEAScript
3636

37-
As a demonstration, consider the [solidification front propagation example](https://feascript.com/tutorials/SolidificationFront2D.html). Here, the eikonal equation governs the motion of a solidification interface during processes such as metal cooling. The interface propagates with a speed determined by the material properties (described by the slowness field \\(f(\mathbf{x})\\)). By solving the eikonal equation numerically with vanishing viscosity in FEAScript, we can visualize how the interface evolves over time. For improved browser performance, you can also try the [web worker implementation](https://feascript.com/tutorials/SolidificationFront2DWorker.html) which performs the calculations in a separate thread.
37+
As a demonstration, consider the [solidification front propagation example](https://feascript.com/tutorials/solidification-front-2d.html). Here, the eikonal equation governs the motion of a solidification interface during processes such as metal cooling. The interface propagates with a speed determined by the material properties (described by the slowness field \\(f(\mathbf{x})\\)). By solving the eikonal equation numerically with vanishing viscosity in FEAScript, we can visualize how the interface evolves over time. For improved browser performance, you can also try the [web worker implementation](https://feascript.com/tutorials/solidification-front-2d-worker.html) which performs the calculations in a separate thread.
3838

3939
This example highlights how a seemingly abstract PDE translates directly into a materials science application, showing FEAScript's versatility for modeling complex physical processes in JavaScript.
4040

0 commit comments

Comments
 (0)