-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
32 lines (29 loc) · 1.25 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
name = "MultiScale"
uuid = "be8ad520-6c63-44cf-ac3a-bd6c45408a87"
authors = ["Elias <[email protected]>"]
version = "0.1.7"
[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Ferrite = "c061ca5d-56c9-439f-9c0e-210fe06d3992"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
MKLSparse = "0c723cd3-b8cd-5d40-b370-ba682dde9aae"
MaterialModels = "d7e62f90-dad9-4fee-a9a8-264218a34fd2"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Preconditioners = "af69fa37-3177-5a40-98ee-561f696e4fcd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SolidModeling = "87eb8544-cf78-4b0d-97e3-b7004341d5e9"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SymRCM = "286e6d88-80af-4590-acc9-0001b223b9bd"
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]