Skip to content

Commit ef6312a

Browse files
committed
Remove code formatting from JSON file references in tutorialSolidHeatTransfer01.html for improved readability
1 parent 305f0ae commit ef6312a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorialSolidHeatTransfer01/tutorialSolidHeatTransfer01.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2 id="solvingwithfeascript">
128128
files.
129129
</p>
130130
<p>
131-
The first JSON file, <code>solverConfig.json</code>, determines the solver
131+
The first JSON file, solverConfig.json, determines the solver
132132
type:
133133
</p>
134134
<pre class="prettyprint">
@@ -137,7 +137,7 @@ <h2 id="solvingwithfeascript">
137137
}</pre
138138
>
139139
<p>
140-
The second JSON file, <code>meshConfig.json</code>, concerns the
140+
The second JSON file, meshConfig.json, concerns the
141141
computational mesh parameters. In particular, the parameters numElementsX
142142
and numElementsY represent the number of elements along the x-axis and
143143
y-axis, respectively. Additionally, maxX and maxY denote the final
@@ -155,7 +155,7 @@ <h2 id="solvingwithfeascript">
155155
}</pre
156156
>
157157
<p>
158-
The third essential JSON file, <code>boundaryConditionsConfig.json</code>,
158+
The third essential JSON file, boundaryConditionsConfig.json,
159159
concerns the boundary conditions. Initially the numbers at the left side
160160
(from 0 to 3) indicate the boundaries of the geometry (the mesh generator
161161
of FEAScript has assigned numbers to the boundaries, starting from the

0 commit comments

Comments
 (0)