Skip to content

Commit

Permalink
Multigrid (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Morris <[email protected]>
Co-authored-by: Owen Lynch <[email protected]>
Co-authored-by: AlgebraicJulia Bot <[email protected]>
Co-authored-by: Kevin Arlin <[email protected]>
Co-authored-by: Luke Morris <[email protected]>
Co-authored-by: GeorgeR227 <[email protected]>
  • Loading branch information
7 people authored Oct 31, 2024
1 parent 471c35d commit b1543e7
Show file tree
Hide file tree
Showing 15 changed files with 973 additions and 116 deletions.
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version = "0.6.7"

[deps]
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
AlgebraicInterfaces = "23cfdc9f-0504-424a-be1f-4892b28e2f0c"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
Expand All @@ -17,8 +18,11 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
RowEchelon = "af85af4c-bcd5-5d23-b03a-a909639aa875"
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand Down Expand Up @@ -48,6 +52,7 @@ LinearAlgebra = "1.9"
Makie = "0.21"
MeshIO = "0.4"
Reexport = "0.2, 1.0"
SciMLOperators = "0.3.10"
SparseArrays = "1.9"
StaticArrays = "0.12, 1.0"
Statistics = "1"
Expand Down
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[deps]
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
CombinatorialSpaces = "b1c52339-7909-45ad-8b6a-6e388f7c67f2"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
JSServe = "824d6782-a2ef-11e9-3a09-e5662e0c26f9"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ makedocs(
"simplicial_sets.md",
"discrete_exterior_calculus.md",
"combinatorial_maps.md",
"grid_laplace.md",
"meshes.md",
"euler.md"
]
Expand Down
Loading

0 comments on commit b1543e7

Please sign in to comment.