Skip to content

Commit b31635b

Browse files
add new benchmark section
1 parent dd73eb6 commit b31635b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/pages.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040
# The result is in alphabetical order, change to the wanted order
4141

4242
permute!(pages,
43-
[1, 17, 14, 12, 23, 4, 5, 21, 31, 7, 3, 9, 19, 16, 29, 8, 10, 18, 22, 32, 20, 30, 13, 11, 25, 24, 28, 6, 15, 26, 27, 2, 33]
43+
[1, 17, 14, 12, 23, 4, 5, 21, 32, 7, 3, 9, 19, 30, 16, 29, 8, 10, 18, 22, 33, 20, 31, 13, 11, 25, 24, 28, 6, 15, 26, 27, 2, 34]
4444
)
4545

4646
names = [
@@ -56,7 +56,8 @@ names = [
5656
"Biological Differential Equations",
5757
"Astrochemistry Differential Equations",
5858
"Differential-Algebraic Equations (DAEs)",
59-
"Boundary Value Problems (BVPs)",
59+
"Non-Stiff Boundary Value Problems (BVPs)",
60+
"Stiff Boundary Value Problems (BVPs)",
6061
"ModelingToolkit Acausal Modeling / Symbolic-Numeric Benchmarks",
6162
"Simple Handwritten Partial Differential Equations (PDEs) as ODEs",
6263
"Complicated Partial Differential Equations (PDEs)",

0 commit comments

Comments
 (0)