ViennaLS
ViennaLS copied to clipboard
Development repository for ViennaLS, a high performance sparse level set library.
Curiously some of the tests (FileWriter, Serialize and VisualizationMesh) failed because the sanitizer found some errors: ``` Direct leak of 112 byte(s) in 1 object(s) allocated from: #0 0x7f886b4e2002 in...
ViennaLS does not actually use many VTK algorithms and it is a huge dependency, so it would be good to get rid of it. It might be possible to pull...
lsMakeGeometry produces a wrongly meshed cylinder when using a grid delta < 0.5 and floating point single precision. The problem stems from the function lsConvexHull, which does not work well...
Currently, lsVTKReader fails if the read file does not conform exactly to the output format, i.e. there is an additional data component after a VTK filter was applied. In order...
Add warning message if lsVTKWriter cannot write to a location