miniAMR
miniAMR copied to clipboard
Array refactoring: bp->array was float**** is now float*
This branch just changes the bp->array data structure from a float**** to a float*. This makes miniAMR run faster thanks to working with contiguous data.