-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (40 loc) · 1.56 KB
/
Project.toml
File metadata and controls
42 lines (40 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[deps]
Ariadne = "0be81120-40bf-4f8b-adf0-26103efb66f1"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
KrylovPreconditioners = "45d422c2-293f-44ce-8315-2cb988662dec"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OrdinaryDiffEqLowStorageRK = "b0944070-b475-4768-8dec-fb6eb410534d"
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
OrdinaryDiffEqSSPRK = "669c94d9-1f4b-4b64-b377-1aa079aa2388"
PlutoStaticHTML = "359b1769-a58e-495b-9770-312e911026ad"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SummationByPartsOperators = "9f78cca6-572e-554e-b819-917d2f1cf240"
Theseus = "7f538e44-2768-4ef2-af90-2110c0378286"
Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
[sources]
Ariadne = {path = ".."}
Theseus = {path = "../libs/Theseus"}
[compat]
Ariadne = "0.1.0"
CairoMakie = "0.15.9"
DifferentiationInterface = "0.7.16"
Documenter = "1.17.0"
DocumenterCitations = "1.4.1"
KernelAbstractions = "0.9.41"
Krylov = "0.10.6"
KrylovPreconditioners = "0.3.7"
Literate = "2.21.0"
OffsetArrays = "1.17.0"
OrdinaryDiffEqLowStorageRK = "1.13.0"
OrdinaryDiffEqSDIRK = "1.13.0"
OrdinaryDiffEqSSPRK = "1.12.0"
PlutoStaticHTML = "7.0.10"
SummationByPartsOperators = "0.5.90"
Trixi = "0.13.1, 0.16"