-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
56 lines (50 loc) · 1.67 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
name = "GalerkinToolkit"
uuid = "5e3ba9c4-dd81-444d-b69a-0e7bd7bf60a4"
authors = ["Francesc Verdugo <[email protected]> and contributors"]
version = "0.2.1"
[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Metatheory = "e9d8d322-4543-424a-9be4-0cc815abe26c"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
PartitionedSolvers = "11b65f7f-80ac-401b-9ef2-3db765482d62"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[extensions]
GalerkinToolkitMakieExt = "Makie"
GalerkinToolkitWriteVTKExt = "WriteVTK"
[compat]
BlockArrays = "1"
Combinatorics = "1"
FastGaussQuadrature = "1"
FillArrays = "1"
ForwardDiff = "0.10"
Gmsh = "0.3"
IterativeSolvers = "0.9"
MPI = "0.20"
Makie = "0.21"
Metatheory = "2"
Metis = "1"
PartitionedArrays = "0.5.4"
PartitionedSolvers = "0.3"
SparseArrays = "1"
StaticArrays = "1"
WriteVTK = "1.21"
julia = "1.10"
[extras]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[targets]
test = ["Test", "GLMakie", "WriteVTK"]