Godunov solver
Remove second template parameter. This seems to be an overkill because it is only used in one kernel. Instead write a ComputeFluxesAndUpdateKernelDispatch based on a runtime parameter that will do the dispatch to the right computation kernel.