-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
68 lines (64 loc) · 2.16 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
59
60
61
62
63
64
65
66
67
68
name = "IncompressibleAdjoint"
uuid = "1797d794-e6e2-4b7d-ade4-dfa88af45118"
authors = ["Carlo Brunelli"]
version = "1.0.0-DEV"
[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
GridapDistributed = "f9701e48-63b3-45aa-9a63-9bc6c271f355"
GridapGmsh = "3025c34a-b394-11e9-2a55-3fee550c04c8"
GridapPETSc = "bcdc36c2-0c3e-11ea-095a-c9dadae499f1"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
KissSmoothing = "23b0397c-cd08-4270-956a-157331f0528f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationBBO = "3e6eede4-6085-4f62-9a71-46d9bc1eb92b"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Preconditioners = "af69fa37-3177-5a40-98ee-561f696e4fcd"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
[compat]
julia = "1"
BlockArrays="0.16.39"
DataFrames="1.6.1"
FillArrays="1.9.3"
Gmsh="0.3.0"
Gridap="0.17.21"
GridapDistributed="0.3.5"
GridapGmsh="0.7.0"
GridapPETSc="0.5.0"
Images="0.26.0"
IncompleteLU="0.2.1"
IterativeSolvers="0.9.3"
KissSmoothing="1.0.8"
NLopt="1.0.1"
OffsetArrays="1.13.0"
Optim="1.7.8"
Optimization="3.19.3"
OptimizationBBO="0.1.5"
Parameters="0.12.3"
Plots="1.39.0"
Preconditioners="0.6.1"
PyPlot="2.11.2"
Revise="3.5.13"
UnicodePlots="3.6.3"
XLSX="0.10.1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]