annotate Manifest.toml @ 637:4a81812150f4 feature/volume_and_boundary_operators

Change qudrature closure from tuple of reals to tuple of Stencils. Also remove parametrization of stencil width in D2 since this was illformed for the 2nd order case.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sun, 03 Jan 2021 18:15:14 +0100
parents 089d4cb65146
children 0159a91fc55a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
180
b7397ae8afaf Move tensor mappings to a package LazyTensor
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
1 # This file is machine-generated - editing it directly is not advised
b7397ae8afaf Move tensor mappings to a package LazyTensor
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
2
591
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
3 [[Dates]]
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
4 deps = ["Printf"]
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
5 uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
6
337
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
7 [[OffsetArrays]]
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
8 git-tree-sha1 = "9011c7c98769c451f83869a4d66461e2f23bc80b"
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
9 uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
10 version = "1.2.1"
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
11
591
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
12 [[Printf]]
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
13 deps = ["Unicode"]
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
14 uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
15
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
16 [[TOML]]
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
17 deps = ["Dates"]
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
18 git-tree-sha1 = "d0ac7eaad0fb9f6ba023a1d743edca974ae637c4"
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
19 uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
20 version = "1.0.0"
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
21
337
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
22 [[TiledIteration]]
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
23 deps = ["OffsetArrays"]
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
24 git-tree-sha1 = "98693daea9bb49aba71eaad6b168b152d2310358"
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
25 uuid = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
26 version = "0.2.4"
591
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
27
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
28 [[Unicode]]
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
29 uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"