-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (38 loc) · 1.28 KB
/
Project.toml
File metadata and controls
42 lines (38 loc) · 1.28 KB
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
name = "HyperFEM"
uuid = "ddbf423a-3df4-409e-9685-3dc416cae46c"
version = "0.0.2"
authors = ["MultiSimo_Group"]
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
GridapGmsh = "3025c34a-b394-11e9-2a55-3fee550c04c8"
GridapSolvers = "6d3209ee-5e3c-4db7-a716-942eb12ed534"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[weakdeps]
GridapDistributed = "f9701e48-63b3-45aa-9a63-9bc6c271f355"
GridapPETSc = "bcdc36c2-0c3e-11ea-095a-c9dadae499f1"
PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
[extensions]
HyperFEMDistributed = ["GridapDistributed", "GridapPETSc", "PartitionedArrays"]
[compat]
AbstractTrees = "0.4"
BlockArrays = "1.9"
ForwardDiff = "1.3"
Gridap = "0.19.8"
GridapDistributed = "0.4.12"
GridapGmsh = "0.7"
GridapPETSc = "0.5"
GridapSolvers = "0.6, 0.7"
IterativeSolvers = "0.9"
LinearAlgebra = "1.10"
PartitionedArrays = "≥0.3"
StaticArrays = "1.9"
UnPack = "1.0"
WriteVTK = "1.21"
julia = "1.10"