Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 213 Bytes

File metadata and controls

10 lines (7 loc) · 213 Bytes

QuadTree Mesh Solver

To run

  • make
  • ./main

To clean

  • make clean

Acknowledgments - thejefflarson for much of the basic components of the Quadtree code.