-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
58 lines (52 loc) · 1.81 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 = "FiniteElementContainers"
uuid = "d08262e4-672f-4e7f-a976-f2cea5767631"
authors = ["Craig M. Hamel <cmhamel32@gmail.com> and contributors"]
version = "0.5.9"
[deps]
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ReferenceFiniteElements = "6dc62d09-f8eb-43fd-9672-074e490a997f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
[weakdeps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Exodus = "f57ae99e-f805-4780-bdca-96e224be1e5a"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
[extensions]
FiniteElementContainersAdaptExt = "Adapt"
FiniteElementContainersExodusExt = "Exodus"
FiniteElementContainersKernelAbstractionsExt = "KernelAbstractions"
[compat]
Adapt = "3, 4"
Aqua = "0.8"
Atomix = "0.1.0"
ComponentArrays = "0.15"
DocStringExtensions = "0.9"
Exodus = "0.13"
IterativeSolvers = "0.9"
JET = "0.9"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
Parameters = "0.12"
ReferenceFiniteElements = "0.12"
SparseArrays = "1"
StaticArrays = "1"
StructArrays = "0.6"
Tensors = "1"
Test = "1"
TestSetExtensions = "2"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Exodus = "f57ae99e-f805-4780-bdca-96e224be1e5a"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
[targets]
test = ["Aqua", "Exodus", "IterativeSolvers", "JET", "Parameters", "Test", "TestSetExtensions"]