Skip to content

fsichetti/bezier

Repository files navigation

High-Order Continuous Geometrical Validity

Installation steps

The code requires a x86 compliant processor, a Linux machine and the gcc compiler. We will extend to other operating systems and architectures after publication.

cd robust-bezier-subdivision
mkdir build
cd build
cmake ..
make -j

Run ./tests/unit_tests to check if the library works. Run ./tests/eigen_tests to check if the Eigen interface works. Basic usage is ./bin yourdata.hdf5 -o youroutput.csv. Run the binary with -? to see instructions on all available flags.

HDF5 datasets from the benchmark are in meshes.zip.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages