Commit ca4e7eb7 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing the Lax-Fridrichs scheme.

parent add8a248
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 );