Skip to content

Commit a7ae06e

Browse files
use dispatches
1 parent 97b15a0 commit a7ae06e

4 files changed

Lines changed: 266 additions & 62 deletions

File tree

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
1111
Ferrite = "c061ca5d-56c9-439f-9c0e-210fe06d3992"
1212
FerriteGmsh = "4f95f4f8-b27c-4ae5-9a39-ea55e634e36b"
1313
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
14+
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
1415
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
1516
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
1617
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -41,8 +42,8 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
4142
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
4243

4344
[extensions]
44-
ThunderboltGPUArraysExt = "GPUArrays"
4545
CuThunderboltExt = ["CUDA", "GPUArrays"]
46+
ThunderboltGPUArraysExt = "GPUArrays"
4647

4748
[compat]
4849
Aqua = "0.8"
@@ -53,12 +54,14 @@ FastBroadcast = "0.3.5"
5354
Ferrite = "=1.2"
5455
ForwardDiff = "0.10.38"
5556
GPUArrays = "11.4.0"
57+
Graphs = "1.14.0"
5658
JET = "0.9, 0.10"
5759
KernelAbstractions = "0.9.34"
5860
LinearSolve = "3"
5961
Logging = "1.10"
6062
MatrixDepot = "1.0.13"
6163
ModelingToolkit = "10"
64+
NearestNeighbors = "0.4.27"
6265
OrdinaryDiffEqCore = "1"
6366
OrdinaryDiffEqLowOrderRK = "1"
6467
OrdinaryDiffEqNonlinearSolve = "1.15.0"

0 commit comments

Comments
 (0)