Computer Science 400
Parallel Processing and High Performance Computing
Fall 2017, Siena College
Lecture 20: Adaptive Quadtree Computation
Date: Thursday, November 16, 2017
Agenda
- Announcements
- Term Project
- next milestone: progress report due Tuesday
- Programming Project 4: Traveling Salesperson Problem - try to get
as much of the initial work done this week as possible, likely more
coming Tuesday
- Building and computing on an adaptive quadtree structure
- a class-like data structure in C
- building the initial data structure
- the iterator/callback mechanism to visit all leaf quadrants
- C's static qualifier on functions - visible only within a file
- initial/boundary condition functions
- solution file output parameters and macros
- viewing results with gnuplot