https://github.com/wias-pdelib/simplexgridfactory.jl
Convenience interfaces to Triangulate.jl and TetGen.jl
https://github.com/wias-pdelib/simplexgridfactory.jl
grids tetgen triangle
Last synced: 10 months ago
JSON representation
Convenience interfaces to Triangulate.jl and TetGen.jl
- Host: GitHub
- URL: https://github.com/wias-pdelib/simplexgridfactory.jl
- Owner: WIAS-PDELib
- License: mit
- Created: 2020-09-21T14:40:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T20:52:59.000Z (10 months ago)
- Last Synced: 2025-08-18T22:24:55.370Z (10 months ago)
- Topics: grids, tetgen, triangle
- Language: Julia
- Homepage: https://WIAS-PDElib.github.io/SimplexGridFactory.jl/
- Size: 93.6 MB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/WIAS-PDELib/SimplexGridFactory.jl/actions/workflows/ci.yml)
[](https://WIAS-PDELib.github.io/SimplexGridFactory.jl/stable)
[](https://WIAS-PDELib.github.io/SimplexGridFactory.jl/dev)
[](https://github.com/JuliaTesting/Aqua.jl)
[](https://github.com/fredrikekre/Runic.jl)
SimplexGridFactory
==================
Provides `SimplexGridBuilder`, a convenience interface to the triangle (via [Triangulate.jl](https://github.com/JuliaGeometry/Triangulate.jl)) and
TetGen (via [TetGen.jl](https://github.com/JuliaGeometry/TetGen.jl)) mesh generators. Code using it needs to pass the `Triangulate` resp.
the `TetGen` module as parameter to the constructor of `SimplexGridBuilder` and thus needs to
adhere to their respective license conditions. This package itself is MIT licensed.