General advection solver on AMR grids
- Octree data structure
- Block-based AMR
- Dynamic mesh generation
Documentation
Source code documentation - Doxygen
Sample mesh output

Changelog
- Add neighbors - done
- boundary flags - done
- Make neighbors vary in refinement by 2 at the max - done
- Add linked list for every level - done
- Gradient based refinement - done
- Input file - done
- Output file
- Multigrid implementation
- Parallel implementation