Skip to content

Commit b1543e7

Browse files
KevinDCarlsonlukem12345olynchalgebraicjuliabotKevin Arlin
authored
Multigrid (#117)
Co-authored-by: Luke Morris <70283489+lukem12345@users.noreply.github.com> Co-authored-by: Owen Lynch <root@owenlynch.org> Co-authored-by: AlgebraicJulia Bot <129184742+algebraicjuliabot@users.noreply.github.com> Co-authored-by: Kevin Arlin <arlinkevind@gmail.com> Co-authored-by: Luke Morris <lukelukemorrismorris@gmail.com> Co-authored-by: GeorgeR227 <78235421+GeorgeR227@users.noreply.github.com>
1 parent 471c35d commit b1543e7

15 files changed

+973
-116
lines changed

Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version = "0.6.7"
66

77
[deps]
88
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
9+
AlgebraicInterfaces = "23cfdc9f-0504-424a-be1f-4892b28e2f0c"
910
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
1011
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
1112
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
@@ -17,8 +18,11 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
1718
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
1819
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
1920
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
21+
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
2022
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
2123
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
24+
RowEchelon = "af85af4c-bcd5-5d23-b03a-a909639aa875"
25+
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2226
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2327
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2428
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -48,6 +52,7 @@ LinearAlgebra = "1.9"
4852
Makie = "0.21"
4953
MeshIO = "0.4"
5054
Reexport = "0.2, 1.0"
55+
SciMLOperators = "0.3.10"
5156
SparseArrays = "1.9"
5257
StaticArrays = "0.12, 1.0"
5358
Statistics = "1"

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[deps]
22
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
3+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
34
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
45
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
56
CombinatorialSpaces = "b1c52339-7909-45ad-8b6a-6e388f7c67f2"
67
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
78
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
89
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
910
JSServe = "824d6782-a2ef-11e9-3a09-e5662e0c26f9"
11+
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
12+
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
1013
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
1114
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
1215
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ makedocs(
1515
"simplicial_sets.md",
1616
"discrete_exterior_calculus.md",
1717
"combinatorial_maps.md",
18+
"grid_laplace.md",
1819
"meshes.md",
1920
"euler.md"
2021
]

0 commit comments

Comments
 (0)