Implement Navier-Stokes regularizations for Euler eq
Continuation of !71 (closed)
Implements the Navier-Stokes from J.-L. Guermond and B. Popov, “Viscous regularization of the euler equations and entropy principles,” SIAM Journal on Applied Mathematics, vol. 74, no. 2, pp. 284–305, 2014.
PR also contains some other fixes:
- refactor logging details of
IntegrationTests
; in particular, we now report theInf
norm of differences together with the grid point where the comparison failed - add a 0th order option for
SmoothedArtificialViscosity
- added
examples
for sod shock tube problem and isentropic flow
Edited by Florian Atteneder