forked from WIAS-PDELib/ExtendableGrids.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
57 lines (53 loc) · 1.88 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
name = "ExtendableGrids"
uuid = "cfc395e8-590f-11e8-1f13-43a2532b2fa8"
authors = ["Juergen Fuhrmann <[email protected]>", "Christian Merdon <[email protected]>", "Johannes Taraz <[email protected]>", "Patrick Jaap <[email protected]>"]
version = "1.11"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Bijections = "e2ed5e7c-b2de-5872-ae92-c73ca462fb04"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[weakdeps]
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
TetGen = "c5d3f3f7-f850-59f6-8a2e-ffc6dc1317ea"
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
[extensions]
ExtendableGridsGmshExt = "Gmsh"
ExtendableGridsMetisExt = "Metis"
ExtendableGridsTetGenExt = "TetGen"
ExtendableGridsTriangulateExt = "Triangulate"
[compat]
AbstractTrees = "0.3,0.4"
Bijections = "0.1.4"
Compat = "4.10"
Dates = "1.9"
DocStringExtensions = "0.8,0.9"
ElasticArrays = "1"
Gmsh = "0.2.2,0.3"
Graphs = "1.11.1"
InteractiveUtils = "1.9"
LinearAlgebra = "1.9"
Metis = "1.4.1"
Printf = "1.9"
Random = "1.9"
SparseArrays = "1.9"
StaticArrays = "1"
StatsBase = "0.34"
TetGen = "1.5.1"
Triangulate = "2.3.2"
UUIDs = "1.6"
WriteVTK = "1.14"
julia = "1.9"