Skip to content

Commit

Permalink
New version: IncompressibleNavierStokes v2.0.0 (#118695)
Browse files Browse the repository at this point in the history
UUID: 5e318141-6589-402b-868d-77d7df8c442e
Repo: https://github.com/agdestein/IncompressibleNavierStokes.jl.git
Tree: cebb2fb872b734c77f766706e34564c5eb9c338b

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Nov 4, 2024
1 parent 546dff1 commit ad23a82
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
14 changes: 11 additions & 3 deletions I/IncompressibleNavierStokes/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Makie = "0.15-0.17"
Interpolations = "0.13-0.14"
UnPack = "1"

[0-1]
[0-2]
FFTW = "1"
IterativeSolvers = "0.9"
WriteVTK = "1"
Expand All @@ -30,6 +30,8 @@ Makie = "0.20"

["0.5-1"]
Adapt = "3-4"

["0.5-2"]
ChainRulesCore = "1"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
Expand All @@ -43,8 +45,14 @@ Statistics = "1"
julia = "1.9.0-1"

["0.6-1"]
DocStringExtensions = "0.9"
Makie = "0.20-0.21"

[1]
["0.6-2"]
DocStringExtensions = "0.9"

[1-2]
PrecompileTools = "1"

[2]
Adapt = "4"
Makie = "0.21"
10 changes: 5 additions & 5 deletions I/IncompressibleNavierStokes/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[0-1]
[0-2]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -12,19 +12,19 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"

["0.4-1"]
["0.4-2"]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

["0.5-1"]
["0.5-2"]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

["0.6-1"]
["0.6-2"]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

[1]
[1-2]
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
3 changes: 3 additions & 0 deletions I/IncompressibleNavierStokes/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ git-tree-sha1 = "3eee10a0d39f44eabc2db1ccbd89fc99eaf68731"

["1.0.0"]
git-tree-sha1 = "04bc860d623723c36b40e6190b8f232aa3763d95"

["2.0.0"]
git-tree-sha1 = "cebb2fb872b734c77f766706e34564c5eb9c338b"
4 changes: 2 additions & 2 deletions I/IncompressibleNavierStokes/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
["0.5"]
CUDSS = "0.2"

["0.5-1"]
["0.5-2"]
CUDA = "5"

["0.6-1"]
["0.6-2"]
CUDSS = "0.3"
2 changes: 1 addition & 1 deletion I/IncompressibleNavierStokes/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
["0.5-1"]
["0.5-2"]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDSS = "45b445bb-4962-46a0-9369-b4df9d0f772e"

0 comments on commit ad23a82

Please sign in to comment.