Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
ade1fbf
Initial fix tests
GodotMisogi Jun 17, 2025
6896952
FDM - SciMLOperators and plotting upgrades
GodotMisogi Jun 28, 2025
81308f6
Merge branch 'SciML:master' into dev-pde-benchmarks
GodotMisogi Jun 28, 2025
2e8a9bf
Burgers' FDM working
Jul 6, 2025
f63252c
KdV FDM working
Jul 6, 2025
03c5b9b
KS FDM working
Jul 7, 2025
f244a59
Allen-Cahn FDM kinda working
Jul 7, 2025
c71799a
Updated dependencies
Jul 7, 2025
d2594ac
Merge branch 'SciML:master' into dev-pde-benchmarks
GodotMisogi Jul 7, 2025
c7a6f3a
Burgers' spectral ApproxFun working
Jul 8, 2025
83097f7
Burgers' spectral OCP working
Jul 8, 2025
1a90bf4
KdV pseudospectral ApproxFun kinda working
Jul 12, 2025
2388581
KS pseudospectral ApproxFun working
Jul 12, 2025
33a4492
Added DomainSets for scaling domains
Jul 12, 2025
acc8166
Allen-Cahn pseudospectral COP working
Jul 12, 2025
4f32412
Fixed difference operator accuracy issues with SummationByPartsOperat…
Jul 18, 2025
ef95ded
Used SummationByPartsOperators.jl and added more benchmarks
Jul 18, 2025
0d7eea1
Added benchmarks to ClassicalOrthogonalPolynomials.jl cases
Jul 18, 2025
e2b3051
Updated dependencies
Jul 18, 2025
aad85c6
Added problem description for Allen-Cahn FDM
Jul 18, 2025
2b85e14
Added problem description for Allen-Cahn pseudospectral
Jul 18, 2025
30e3f44
Added problem description for Burgers' FDM + swithced to SummationByP…
Jul 18, 2025
1998bb4
Added problem description for Burgers' pseudospectral
Jul 18, 2025
6337711
Added problem description for KdV FDM + changed derivative order accu…
Jul 18, 2025
bad9540
Added problem description for KdV and KS pseudospectral + used Fourie…
Jul 18, 2025
127683d
Added problem description for KS FDM + changed derivative order accuracy
Jul 18, 2025
e17ad67
Reduced derivative order accuracy in Allen-Cahn FDM + minor edits in …
Jul 19, 2025
9884921
Fixed typos
Jul 19, 2025
164ce6c
Added high-order benchmarks to Allen-Cahn and Burgers' tests
Jul 21, 2025
8e03008
Tested higher-order methods; need to further diagnose KenCarp and ARKODE
Jul 22, 2025
90bfa8e
Fixed typo + tested KenCarp and ARKODE solvers in KS pseudo-spectral
Jul 23, 2025
0ffc04d
Some KenCarp tests working
Jul 23, 2025
667a11b
Updated coefficient for more interesting result
Jul 23, 2025
8392599
KenCarp low tol kinda working on KdV pseudo-spectral
Jul 23, 2025
90a3e83
Reorganized high tolerance and low tolerance order in KdV pseudospectral
Jul 23, 2025
2056a26
Removed DifferentialEquations.jl dependency
GodotMisogi Jul 26, 2025
5e1f0f6
Removed KenCarp for now in KdV FDM
Jul 28, 2025
27f2c28
Resolved Manifest.toml
Jul 28, 2025
be23be3
Fixed typo in KS pseudo-spectral
Aug 1, 2025
2267de9
Merge branch 'dev-pde-benchmarks' of https://github.com/GodotMisogi/S…
Aug 1, 2025
9d6a8e7
Updated Manifest.toml with merge
Aug 1, 2025
7e5cf3c
Reorganized high tolerance and low tolerance codeblocks in KS and KdV…
Aug 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,519 changes: 1,476 additions & 1,043 deletions benchmarks/SimpleHandwrittenPDE/Manifest.toml

Large diffs are not rendered by default.

18 changes: 4 additions & 14 deletions benchmarks/SimpleHandwrittenPDE/Project.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
[deps]
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
ClassicalOrthogonalPolynomials = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
LSODA = "7f56f5a3-f504-529b-bc02-0b1fe5e64312"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
MethodOfLines = "94925ecb-adb7-4558-8ed8-f975c56a0bf4"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
ODEInterfaceDiffEq = "09606e27-ecf5-54fc-bb29-004bd9f985bf"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecursiveFactorization = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
SciMLBenchmarks = "31c91b34-3c75-11e9-0341-95557aab0344"
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SummationByPartsOperators = "9f78cca6-572e-554e-b819-917d2f1cf240"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"

[compat]
ApproxFun = "0.13"
DiffEqDevTools = "2.22"
DomainSets = "0.6, 0.7"
LSODA = "0.6, 0.7"
LinearSolve = "2, 3"
MethodOfLines = "0.9"
ModelingToolkit = "8, 10"
ODEInterfaceDiffEq = "3.7"
OrdinaryDiffEq = "5.41, 6"
Plots = "1.4"
RecursiveFactorization = "0.2.23"
SciMLBenchmarks = "0.1"
Sundials = "4.2"
Loading