@@ -95,11 +95,20 @@ <h2 id="mathematicalformulation"><a name="Mathematical formulation"></a>Mathemat
9595 equation and its mathematical properties, please see our
9696 < a href ="https://blog.feascript.com/tutorial/2025/06/15/eikonal-equation.html "> blog post</ a > .
9797 </ p >
98- < img
99- src ="../assets/SolidificationFront2D.png "
100- width ="300 "
101- alt ="Schematic of 2D solidification front domain "
102- />
98+
99+ < div class ="center-image ">
100+ < img
101+ src ="../assets/SolidificationFront2D.png "
102+ alt ="Schematic of 2D solidification front domain "
103+ width ="300 "
104+ />
105+ < p class ="image-caption ">
106+ Schematic of the 2D solidification front propagation domain: constant value (0) at bottom, left, and
107+ right edges indicating initial solidification fronts, and zero gradient at the top edge allowing free
108+ propagation
109+ </ p >
110+ </ div >
111+
103112 < p >
104113 The above schematic illustrates the problem domain and outlines the associated boundary conditions. In
105114 this model, we consider a square domain where solidification begins simultaneously from three sides
@@ -122,7 +131,7 @@ <h2 id="solvingwithfeascript"><a name="Solving with FEAScript"></a>Solving with
122131 < p >
123132 Below is a demonstration of how to use the FEAScript library to solve this front propagation problem in
124133 your web browser. You only need a simple HTML page to run this example where the following code snippets
125- should be included. First, we should load the required external libraries:
134+ should be included. First, load the required external libraries:
126135 </ p >
127136 < pre class ="prettyprint ">
128137<head>
@@ -181,7 +190,7 @@ <h2 id="solvingwithfeascript"><a name="Solving with FEAScript"></a>Solving with
181190
182191 });
183192 </script>
184- <!-- ...continue of body region... -->
193+ <!-- ...rest of body region... -->
185194</body></ pre
186195 >
187196 < p >
@@ -192,7 +201,7 @@ <h2 id="solvingwithfeascript"><a name="Solving with FEAScript"></a>Solving with
192201<body>
193202 <!-- ...body region... -->
194203 <div id="resultsCanvas"> </div>
195- <!-- ...continue of body region... -->
204+ <!-- ...rest of body region... -->
196205</body></ pre
197206 >
198207 < p >
0 commit comments