Parallel Delaunay Triangulation

Aiden Dowd (adowd), Trey DuBose (tdubose)

Introduction

We are going to create and compare optimized-parallel Delaunay triangulation algorithms on both multi-core CPU and GPU. We will implement a parallel incremental insertion algorithm on CPU using OpenMP and utilizing a Voronoi diagram algorithm on GPU using CUDA.

Project Proposal

Project Milestone