Skip to content

Commit

Permalink
fix link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Mar 21, 2024
1 parent 0ea61a7 commit 75f3f44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Used by [VoronoiFVM](https://github.com/j-fu/VoronoiFVM.jl) and [GradientRobust
a package for novel, gradient robust finite element methods.

## Additional functionality:
## Companion packages:


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


## 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)
- Please look up the list of recent [changes](https://j-fu.github.io/ExtendableGrids.jl/stable/changes)

3 comments on commit 75f3f44

@j-fu
Copy link
Owner Author

@j-fu j-fu commented on 75f3f44 Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@j-fu
Copy link
Owner Author

@j-fu j-fu commented on 75f3f44 Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/103373

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.4.0 -m "<description of version>" 75f3f44db246cca23614f5d17426b6ca332a0b20
git push origin v1.4.0

Please sign in to comment.