Can Mean-Curvature Flow be Modified to be Non-singular?
(Version 2.0)
links
executables
compiling
changes
LINKS
Kazhdan, 2012 Paper
Aigerman et al., 2017
Win64 Executables
Source Code
GitHub Repository
License
EXECUTABLES
SOURCE CODE COMPILATION
The source code requires the use of a numerical solver. By default, the Eigen solver is used. As the default implementation may be slow, the code supports other solvers. Specifically, if you have the Intel Math Kernel Library installed, you can define EIGEN_USE_MKL_ALL to use a faster solver. Alternatively, if you have the CHOLMOD library installed, you can use that by defineing USE_CHOLMOD (and also USE_SUITESPARSE if you are using the SuiteSparse version).
CHANGES
Version 1.0:
- Added spherical orbifold visualization code.
HOME