-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
40 lines (37 loc) · 1.29 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
name = "ONSAS"
uuid = "7d8da659-23aa-453a-9a19-a3d1f6c795f5"
authors = ["M.C. Vanzulli <[email protected]>", "M. Forets <[email protected]>", "J. M. Pérez Zerpa <[email protected]>"]
version = "0.4.6"
[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
MshReader = "64cd2da2-d71d-431a-81e3-4cf84ef169dd"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[compat]
CommonSolve = "0.2"
Dictionaries = "0.4"
ForwardDiff = "0.10"
IterativeSolvers = "0.9"
InteractiveUtils = "1"
LinearAlgebra = "1"
SparseArrays = "1"
LazySets = "2"
LinearSolve = "2"
MshReader = "0.1"
PrettyTables = "2"
Reexport = "1"
StaticArrays = "1"
Tensors = "1"
WriteVTK = "1"
julia = "1.11"