![]() Introduction Getting CCGL Download Installation Development Guide Architecture Performance Gallery Snapshots Movies Mesh Data Structure Viewer Topology Cut Graph Slicer Double Cover Homology Basis Conformal Maps Harmonic Map Spherical Harmonic Map LSCM Holomorphic 1-Form Integration Harmonic 1-Form Holomorphic 1-Form Slit Map Curvature Flow Euclidean Ricci Flow Poly Annulus Ricci Flow Hyperbolic Ricci Flow Yamabe Flow Documentation Reference Book Acknowledgements |
Computational Conformal Geometry Library is written in generic C++ with standard template library (STL). Although current version is develop on windows platform using Visual.net 2003, the code can be easily imported to Linux, unix and other platforms. CCGL needs a linear package to solve linear system equations. It has a general sparse matrix interface to the linear package. Current version uses matlab C++ library as the lineary system solver. It can be replaced by another other linear packages. In order to compile all the source codes, the user needs to set up the include file directories and link the libraries. The following explains how to set Matlab external C++ libary in Visual.net 2003:
The viewer program needs glut32 library, which can be downloaded from the link here. Then
|