Skip to content

Commit f6dfa0f

Browse files
committed
Update solver option label from 'LU Solve' to 'LU decomposition' in performance test
1 parent 3e71b72 commit f6dfa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/HeatConduction2DPerfomanceTest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2>Run Performance Test</h2>
6363
<p>
6464
<label for="solverSelect">Select solver:</label>
6565
<select id="solverSelect">
66-
<option value="lusolve">LU Solve</option>
66+
<option value="lusolve">LU decomposition</option>
6767
<!-- <option value="jacobi">Jacobi</option> -->
6868
<option value="frontal">Frontal</option>
6969
</select>

0 commit comments

Comments
 (0)