src/TODO
Projects
The level of difficulty is indicated.
- Implement and test the “constant density” method of Dodd and Ferrante, 2014. (Medium)
- Implement and test the “conservative SGN model” of Clamond et al, 2016. (Medium)
- Implement and test the “reference map” method of Kamrin and Nave, 2009 (and subsequent papers). (Hard)
- Rewrite the Basilisk parser using a proper yacc/bison grammar. (Hard)
- Interface Basilisk with Kokkos. (hard)
Other
- Better parser for bview (semicolon, comments, blocks)