-
Notifications
You must be signed in to change notification settings - Fork 13
/
Project.toml
58 lines (53 loc) · 1.71 KB
/
Project.toml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name = "IncompressibleNavierStokes"
uuid = "5e318141-6589-402b-868d-77d7df8c442e"
authors = ["Syver Døving Agdestein, Benjamin Sanderse, and contributors"]
version = "2.0.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDSS = "45b445bb-4962-46a0-9369-b4df9d0f772e"
[extensions]
IncompressibleNavierStokesCUDSSExt = ["CUDSS"]
[compat]
Adapt = "4"
CUDA = "5"
CUDSS = "0.3"
CairoMakie = "0.11"
ChainRulesCore = "1"
DocStringExtensions = "0.9"
FFTW = "1"
GLMakie = "0.9"
IterativeSolvers = "0.9"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
Makie = "0.21"
NNlib = "0.9"
Observables = "0.5"
PrecompileTools = "1"
Printf = "1"
Random = "1"
SparseArrays = "1"
StaticArrays = "1"
Statistics = "1"
WriteVTK = "1"
julia = "1.9"
[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"