An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![linux-macos-windows](https://github.com/WIAS-PDELib/SimplexGridFactory.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/WIAS-PDELib/SimplexGridFactory.jl/actions/workflows/ci.yml)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://WIAS-PDELib.github.io/SimplexGridFactory.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://WIAS-PDELib.github.io/SimplexGridFactory.jl/dev)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
[![code style: runic](https://img.shields.io/badge/code_style-%E1%9A%B1%E1%9A%A2%E1%9A%BE%E1%9B%81%E1%9A%B2-black)](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.