-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
24 lines (21 loc) · 826 Bytes
/
Project.toml
File metadata and controls
24 lines (21 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name = "ConvDiffMIPDECO"
uuid = "a5043af4-87b7-523b-a69b-dfae2487be3a"
license = "MIT"
desc = "MIPDECO solvers for source inversions in convection diffusion PDEs"
authors = ["Lars Ruthotto <lruthotto@emory.edu>"]
version = "0.0.1"
[compat]
julia = "1.1, 1.2"
[deps]
KrylovMethods = "9a2cd570-f05c-5dc1-9209-93ad6f5727f7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ParSpMatVec = "ccf9b6e2-7ea7-596a-9d65-09863b18e8cc"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
jInv = "3dacf901-f8cd-5544-86ed-7a705f85c244"
MUMPSjInv = "5efe4092-008e-54d5-a60f-5d714b241ba2"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Statistics="10745b16-79ce-11e8-11f9-7d13ad32a3b2"