Skip to content

Commit

Permalink
add changelog (with git-cliff)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Mar 21, 2024
1 parent 47ce01f commit 0ea61a7
Show file tree
Hide file tree
Showing 3 changed files with 1,106 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ grids for finite element and finite volume methods.
Used by [VoronoiFVM](https://github.com/j-fu/VoronoiFVM.jl) and [GradientRobustMultiPhysics](https://github.com/chmerdon/GradientRobustMultiPhysics.jl),
a package for novel, gradient robust finite element methods.

Additional functionality:
## Additional functionality:
- Tools to create tensor product grids
- Tools for grid modification
- [Gmsh.jl](https://github.com/JuliaFEM/Gmsh.jl) extension


Companion packages:
## Companion packages:
- Visualization of these grids and of functions on them is avaialable in [GridVisualize.jl](https://github.com/j-fu/GridVisualize.jl).
- [SimplexGridFactory](https://github.com/j-fu/SimplexGridFactory.jl) contains an API which allows to
create `ExtendableGrid` objects with [Triangulate.jl](https://github.com/JuliaGeometry/Triangulate.jl) which wraps the Triangle mesh generator
by J. Shewchuk and [TetGen.jl](https://github.com/JuliaGeometry/TetGen.jl) which wraps the TetGen mesh generator by H. Si.

## Recent changes
- Please look up the list of recent [changes](https://j-fu.github.io/SimplexGridFactory.jl/stable/changes)
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function mkdocs()
repo = "https://github.com/j-fu/ExtendableGrids.jl",
pages = [
"Home" => "index.md",
"Changes" => "changes.md",
"adjacency.md",
"vectorofconstants.md",
"typehierarchy.md",
Expand Down
Loading

0 comments on commit 0ea61a7

Please sign in to comment.