Skip to content

Commit

Permalink
Merge branch 'main' into add_tutorials_to_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cmurilochem committed Oct 2, 2024
2 parents 9367829 + 4fe36ad commit 00666a3
Show file tree
Hide file tree
Showing 5 changed files with 772 additions and 774 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ makedocs(;
"Poisson equation" => "tutorials/poisson_tutorial.md",
],
"Reference" =>[
"Geometry" => "reference/geometry.md",
"Mesh" => "reference/mesh.md",
"Integration" => "reference/integration.md",
"Interpolation" => "reference/interpolation.md",
]
Expand Down
6 changes: 2 additions & 4 deletions docs/src/reference/geometry.md → docs/src/reference/mesh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Geometry

```@autodocs
Modules = [GalerkinToolkit]
Pages = ["geometry.jl"]
```
Pages = ["mesh.jl", "p_mesh.jl"]
```
3 changes: 2 additions & 1 deletion src/GalerkinToolkit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ using SparseArrays
using Metis
using Metatheory

include("geometry.jl")
include("mesh.jl")
include("p_mesh.jl")
include("symbolics.jl")
include("domain.jl")
include("integration.jl")
Expand Down
Loading

0 comments on commit 00666a3

Please sign in to comment.