mythagel / geom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geom

CGAL wrapper and utilities.

Wrapper primary purpose is to increase compilation speed by reducing the number of template instances that need to be instanciated.

Utilities include volume calculation, primitive construction (imported from DOLFIN), and query functions.

Building

Install CGAL 4.14, set CGAL_DIR to path containing CGAL when building.

About

License:GNU General Public License v3.0


Languages

Language:C++ 96.1%Language:CMake 2.6%Language:C 1.3%