-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
60 lines (54 loc) · 1.86 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
name = "BoundaryIntegralEquations"
uuid = "ebf54fa4-afc0-484a-8ee1-77aaf84d33dc"
authors = ["Mikkel Paltorp Schmitt <[email protected]>"]
version = "0.1.0"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FMM3D = "1e13804c-f9b7-11ea-0ef0-29f3b1745df8"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
HMatrices = "8646bddf-ab1c-4fa7-9c51-ba187d647618"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LegendrePolynomials = "3db4a2ba-fc88-11e8-3e01-49c72059a882"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
[extensions]
BoundaryIntegralEquationsMeshesExt = "Meshes"
[compat]
Aqua = "0.8"
DelimitedFiles = "1"
FastGaussQuadrature = "0.4, 0.5, 1"
FileIO = "1"
ForwardDiff = "0.10"
GeometryBasics = "0.4"
HMatrices = "0.2"
IterativeSolvers = "0.9"
LegendrePolynomials = "0.4"
LinearAlgebra = "1"
LinearMaps = "3"
LoopVectorization = "0.12"
MeshIO = "0.4"
ProgressMeter = "1"
SafeTestsets = "0.1"
SparseArrays = "1"
SpecialFunctions = "1.8, 2"
StaticArrays = "1"
StatsBase = "0.33, 0.34"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "SafeTestsets", "Test"]