From ca4e7eb7b820cac1b4930b0f26ed026daa77376e Mon Sep 17 00:00:00 2001 From: Tomas Oberhuber <tomas.oberhuber@fjfi.cvut.cz> Date: Tue, 25 Jun 2013 14:12:35 +0200 Subject: [PATCH] Fixing the Lax-Fridrichs scheme. --- src/schemes/euler/fvm/tnlLaxFridrichs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/schemes/euler/fvm/tnlLaxFridrichs.h b/src/schemes/euler/fvm/tnlLaxFridrichs.h index ac368e4c82..0140f0092b 100644 --- a/src/schemes/euler/fvm/tnlLaxFridrichs.h +++ b/src/schemes/euler/fvm/tnlLaxFridrichs.h @@ -106,7 +106,8 @@ class tnlLaxFridrichs< tnlGrid< 2, Real, Device, Index, tnlIdenticalGridGeometry void getExplicitRhs( const IndexType centralVolume, RealType& rho_t, RealType& rho_u1_t, - RealType& rho_u2_t ) const; + RealType& rho_u2_t, + const RealType& tau ) const; void setRegularization( const RealType& epsilon ); -- GitLab