-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
49 lines (44 loc) · 1.47 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
name = "KernelInterpolation"
uuid = "95686e15-3c94-4443-8f08-76d06d509f7b"
authors = ["Joshua Lampert <joshua.lampert@uni-hamburg.de> and contributors"]
version = "0.2.2-DEV"
[deps]
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ReadVTK = "dc215faf-f008-4882-a9f7-a79a826fadc3"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284"
TypedPolynomials = "afbbf031-7a57-5f58-a1b9-b774a0fad08d"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[weakdeps]
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
[extensions]
KernelInterpolationMeshesExt = "Meshes"
[compat]
DiffEqCallbacks = "3, 4"
ForwardDiff = "0.10.36"
LinearAlgebra = "1"
Meshes = "0.52.1"
Printf = "1"
ReadVTK = "0.2"
RecipesBase = "1.3.4"
Reexport = "1.2"
SciMLBase = "2.26"
SimpleUnPack = "1.1"
SpecialFunctions = "2"
StaticArrays = "1.9"
TimerOutputs = "0.5.23"
TrixiBase = "0.1.3"
TypedPolynomials = "0.4.1"
WriteVTK = "1.18"
julia = "1.10"
[extras]
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"