ahojukka5 / TetGen.jl

TetGen is a program to generate tetrahedral meshes of any 3D polyhedral domains. TetGen generates exact constrained Delaunay tetrahedralizations, boundary conforming Delaunay meshes, and Voronoi partitions. TetGen.jl is a wrapper for TetGen library.
https://github.com/JuliaGeometry/Tetgen.jl
Other
5 stars 0 forks source link

TetGen with BinaryProvider #5

Closed SimonDanisch closed 5 years ago

SimonDanisch commented 6 years ago

I created a binaryprovider build for Tetgen in https://github.com/JuliaGeometry/Tetgen.jl. Builds are passing on all tested platforms and it seems like a good way to move forward. It also seems reasonable to me to have TetGen live in JuliaGeometry, since there is nothing FEM specific about TetGen! Do we want to move development to JuliaGeometry? As long as Cxx is not working that easily, I was also thinking to just use tetgen via pipes, which is not as nice, but works pretty allright! ;)

TeroFrondelius commented 6 years ago

Everything works for me. It would be nice to have tetmeshing algorithm for adaptive FEM. Will it be in JuliaGeometry or JuliaFEM or working through pipes doesn't matter to me.

SimonDanisch commented 5 years ago

Tetgen is 100% wrapped now in https://github.com/JuliaGeometry/Tetgen.jl via C/C++, so performance should be optimal :) Should we change this repository to JuliaGeometry/Tetgen.jl, since it's also officially registered?

TeroFrondelius commented 5 years ago

@SimonDanisch sounds good. What should I do to make it happen?

SimonDanisch commented 5 years ago

I guess update the readme to point to JuliaGeometry/Tetgen.jl and archive this repository ;)

TeroFrondelius commented 5 years ago

See https://github.com/JuliaGeometry/Tetgen.jl