Irregular Mesh: The Problem
The Problem
- Given an irregular mesh of values
- Update each value using its neighbors in the mesh
The Approach
- Store the mesh as a list of edges
- Process all edges in parallel
- Compute contribution of edge
- Add to one endpoint, subtract from the other